Change configuration
This commit is contained in:
parent
11b09aeef1
commit
e8cdda6b99
1 changed files with 5 additions and 2 deletions
|
@ -13,11 +13,14 @@
|
|||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
nix.extraOptions = ''
|
||||
nix = {
|
||||
linux-builder.enable = true;
|
||||
extraOptions = ''
|
||||
auto-optimise-store = true
|
||||
experimental-features = nix-command flakes
|
||||
extra-platforms = x86_64-darwin aarch64-darwin
|
||||
extra-platforms = aarch64-darwin
|
||||
'';
|
||||
};
|
||||
|
||||
programs = {
|
||||
fish.enable = true;
|
||||
|
|
Reference in a new issue