nix: keep derivations and outputs
This commit is contained in:
parent
d4c7c60ec7
commit
54d54f521f
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@
|
|||
package = pkgs.unstable.nixFlakes; # or versioned attributes like nixVersions.nix_2_8
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
};
|
||||
# This value determines the NixOS release from which the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue