diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-25 14:58:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-08-29 17:46:51 +0200 |
commit | 71d4cf42f1971d18c4142a6bbc8fd05f484ca090 (patch) | |
tree | e439b5e99c37c4f9074c9e28c4d38b286a72b06c /nix/nix.conf | |
parent | ac9876900939f2be804263bd377c9f9fc85bbc93 (diff) | |
download | garage-71d4cf42f1971d18c4142a6bbc8fd05f484ca090.tar.gz garage-71d4cf42f1971d18c4142a6bbc8fd05f484ca090.zip |
Refactor default.nix to follow Nix Flakes patterns
Diffstat (limited to 'nix/nix.conf')
-rw-r--r-- | nix/nix.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/nix.conf b/nix/nix.conf index f3defe69..de2ede71 100644 --- a/nix/nix.conf +++ b/nix/nix.conf @@ -5,3 +5,5 @@ cores = 4 log-lines = 200 filter-syscalls = false sandbox = false +keep-outputs = true +keep-derivations = true |