mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-12-14 13:01:17 +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
|
||||
with:
|
||||
install_url: ${{ matrix.nix-install-url }}
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
- name: Prevent garbage collections of gcroots
|
||||
run:
|
||||
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