mirror of https://git.jolheiser.com/dotnix.git
fix optimise setting
parent
84c632ebe8
commit
46749c94ea
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
gc.automatic = true;
|
gc.automatic = true;
|
||||||
|
optimise.automatic = true;
|
||||||
package = pkgs.nixVersions.stable;
|
package = pkgs.nixVersions.stable;
|
||||||
settings = {
|
settings = {
|
||||||
trusted-users = [
|
trusted-users = [
|
||||||
|
@ -55,7 +56,6 @@
|
||||||
"flakes"
|
"flakes"
|
||||||
"nix-command"
|
"nix-command"
|
||||||
];
|
];
|
||||||
optimise = true;
|
|
||||||
warn-dirty = false;
|
warn-dirty = false;
|
||||||
substituters = [ "https://jolheiser.cachix.org" ];
|
substituters = [ "https://jolheiser.cachix.org" ];
|
||||||
trusted-public-keys = [ "jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg=" ];
|
trusted-public-keys = [ "jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg=" ];
|
||||||
|
|
Loading…
Reference in New Issue