fix optimise setting

main
jolheiser 2025-03-19 22:14:04 -05:00
parent 84c632ebe8
commit 46749c94ea
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@
nix = {
gc.automatic = true;
optimise.automatic = true;
package = pkgs.nixVersions.stable;
settings = {
trusted-users = [
@ -55,7 +56,6 @@
"flakes"
"nix-command"
];
optimise = true;
warn-dirty = false;
substituters = [ "https://jolheiser.cachix.org" ];
trusted-public-keys = [ "jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg=" ];