Skip to content

Commit d8c2ba8

Browse files
committed
Use nixpkgs master for now
It should unblock updates.
1 parent 448fd2e commit d8c2ba8

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=channel:nixos-unstable
20+
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
2121

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

0 commit comments

Comments
 (0)