nix.conf: set useful options

This commit is contained in:
surtur 2022-05-03 14:38:31 +02:00
parent b758f5d2ee
commit cc31bbdd3e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,2 +1,6 @@
# enable nix-search, which is experimental as of 2022-04-02
experimental-features = nix-command flakes
max-jobs = auto # Allow building multiple derivations in parallel
keep-outputs = true # Do not garbage-collect build time-only dependencies (e.g. clang)
keep-derivations = true
sandbox = true