We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120eca4 commit 7e2a531Copy full SHA for 7e2a531
.github/workflows/on-each-commit.yaml
@@ -9,4 +9,6 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
- uses: cachix/install-nix-action@v12
12
+ with:
13
+ nix_path: nixpkgs=channel:nixos-unstable
14
- run: nix-shell --run 'spago test'
0 commit comments