Nix: move experimantal options setting tot nix.settings
This commit is contained in:
parent
f4bb46fb28
commit
8d1b7584f3
1 changed files with 1 additions and 3 deletions
|
|
@ -2,11 +2,9 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
settings = {
|
||||
auto-optimise-store = true;
|
||||
experimental-features = "nix-command flakes";
|
||||
};
|
||||
registry = {
|
||||
agenix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue