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 448fd2e commit d8c2ba8Copy full SHA for d8c2ba8
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Nix
18
uses: cachix/install-nix-action@v13
19
with:
20
- nix_path: nixpkgs=channel:nixos-unstable
+ nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/master.tar.gz
21
22
- name: Add nix-community cache
23
uses: cachix/cachix-action@v10
0 commit comments