From a10c158d62d24c08eb7dbddf9ae7410bb2c84c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 27 Jul 2023 09:42:14 +0200 Subject: [PATCH] drop keep-outputs and keep-derivations from CI --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd4b1ea..e5b3da2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}"