Skip to content

Commit 4ff762b

Browse files
committed
Revert "Use nixpkgs master for now"
This reverts commit d8c2ba8. No reason we can't presently switch back to the unstable branch.
1 parent 7403ebb commit 4ff762b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Nix
1818
uses: cachix/install-nix-action@v13
1919
with:
20-
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
20+
nix_path: nixpkgs=channel:nixos-unstable
2121

2222
- name: Add nix-community cache
2323
uses: cachix/cachix-action@v10

0 commit comments

Comments
 (0)