We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2346a5 commit 3c0ac95Copy full SHA for 3c0ac95
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: cachix/install-nix-action@v22
23
with:
24
nix_path: nixpkgs=channel:nixpkgs-unstable
25
- install_url: https://releases.nixos.org/nix/nix-2.24.12/install
+ install_url: https://releases.nixos.org/nix/nix-2.28.2/install
26
extra_nix_config: |
27
experimental-features = nix-command flakes fetch-closure configurable-impure-env
28
impure-env = GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
0 commit comments