this repo has no description

Merge pull request #238 from sersorrel/push-yknsvxumwvvq

Add GHA workflow to ensure Nix flake builds

authored by notnite.com and committed by GitHub 0a876e2c 4912118a

Changed files
+16
.github
workflows
+16
.github/workflows/nix.yml
··· 1 + name: Check Nix flake 2 + on: [push, pull_request] 3 + 4 + permissions: 5 + checks: write 6 + 7 + jobs: 8 + nix: 9 + name: Check Nix flake 10 + runs-on: ubuntu-latest 11 + steps: 12 + - uses: actions/checkout@v4 13 + - uses: DeterminateSystems/nix-installer-action@main 14 + 15 + - name: Build default flake output 16 + run: nix build