Merge pull request #369 from nix-community/try-disable-nix-options

drop keep-outputs and keep-derivations from CI
This commit is contained in:
Jörg Thalheim 2023-07-27 08:51:33 +01:00 committed by GitHub
commit 2af34e1aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}"