mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-16 14:01:14 +01:00
githubactions: set nix_path
This commit is contained in:
parent
0901f6662e
commit
d6b414a912
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v11
|
- uses: cachix/install-nix-action@v11
|
||||||
with:
|
with:
|
||||||
install_url: ${{ matrix.nix-install-url }}
|
install_url: ${{ matrix.nix-install-url }}
|
||||||
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||||
- name: Prevent garbage collections of gcroots
|
- name: Prevent garbage collections of gcroots
|
||||||
run:
|
run:
|
||||||
printf "keep-outputs = true\nkeep-derivations = true\nexperimental-features = nix-command flakes\n" | sudo tee -a /etc/nix/nix.conf;
|
printf "keep-outputs = true\nkeep-derivations = true\nexperimental-features = nix-command flakes\n" | sudo tee -a /etc/nix/nix.conf;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue