We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f8706 commit a47e5d1Copy full SHA for a47e5d1
.github/workflows/test.yml
@@ -0,0 +1,13 @@
1
+name: "nix flake check"
2
+on:
3
+ pull_request:
4
+ push:
5
+jobs:
6
+ tests:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v4
10
+ - uses: cachix/install-nix-action@v31
11
+ #with:
12
+ # nix_path: nixpkgs=channel:nixos-unstable
13
+ - run: nix --extra-experimental-features 'nix-command flakes' flake check
0 commit comments