Compare commits

...

3 Commits

Author SHA1 Message Date
jolheiser 46749c94ea
fix optimise setting 2025-03-19 22:14:04 -05:00
jolheiser 84c632ebe8
update helix 2025-03-16 20:30:30 -05:00
jolheiser 36760a8fe5
2025-03-08 20:25:54 -06:00
2 changed files with 5 additions and 5 deletions

View File

@ -144,11 +144,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1741361398, "lastModified": 1742139323,
"narHash": "sha256-IoOCg+MnV1wfpJovaSBskqVTr0pMR5mFMRNwJzs8T1c=", "narHash": "sha256-LaBIEOxrDqg/pn+Ng8LdFEiQM7giRk0CbxbKiaprFEo=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "4ea112b72e1cbabb8c82bb276d142762f2bc09a6", "rev": "36aee0c607153721ca446291f7f99df870c868fc",
"revCount": 24, "revCount": 27,
"type": "git", "type": "git",
"url": "https://git.jolheiser.com/helix.drv.git" "url": "https://git.jolheiser.com/helix.drv.git"
}, },

View File

@ -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=" ];