mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
drop keep-outputs and keep-derivations from CI
This commit is contained in:
parent
a7510c9073
commit
a10c158d62
1 changed files with 0 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -21,8 +21,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
keep-outputs = true
|
|
||||||
keep-derivations = true
|
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
- run:
|
- run:
|
||||||
"nix run --accept-flake-config .#test-runner-${{ matrix.nix }}"
|
"nix run --accept-flake-config .#test-runner-${{ matrix.nix }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue