Skip to content

Commit d8904b4

Browse files
committed
add nixpkgs
1 parent 8da4628 commit d8904b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/schedule.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Set up Nix
14-
uses: cachix/install-nix-action@v22
14+
uses: cachix/install-nix-action@v27
15+
with:
16+
nix_path: nixpkgs=channel:nixos-unstable
1517

1618
- name: Install just
1719
run: |

0 commit comments

Comments
 (0)