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;
|
shell = pkgs.nushell;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.extraOptions = ''
|
nix = {
|
||||||
|
linux-builder.enable = true;
|
||||||
|
extraOptions = ''
|
||||||
auto-optimise-store = true
|
auto-optimise-store = true
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
extra-platforms = x86_64-darwin aarch64-darwin
|
extra-platforms = aarch64-darwin
|
||||||
'';
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
|
|
Reference in a new issue