drop keep-outputs and keep-derivations from CI

This commit is contained in:
Jörg Thalheim 2023-07-27 09:42:14 +02:00
parent a7510c9073
commit a10c158d62

View file

@ -21,8 +21,6 @@ jobs:
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
extra_nix_config: |
keep-outputs = true
keep-derivations = true
experimental-features = nix-command flakes
- run:
"nix run --accept-flake-config .#test-runner-${{ matrix.nix }}"