Skip to content

home: add dunst and nvim dotfiles #4

home: add dunst and nvim dotfiles

home: add dunst and nvim dotfiles #4

Workflow file for this run

name: Nix flake checker
on:
workflow_dispatch:
push:
env:
GH_PUB_KEY:
github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.GH_SSH_PRIVATE_KEY }}
known_hosts: $GH_PUB_KEY
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Run flake checker
run: nix flake check --show-trace