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"
},
"locked": {
"lastModified": 1741361398,
"narHash": "sha256-IoOCg+MnV1wfpJovaSBskqVTr0pMR5mFMRNwJzs8T1c=",
"lastModified": 1742139323,
"narHash": "sha256-LaBIEOxrDqg/pn+Ng8LdFEiQM7giRk0CbxbKiaprFEo=",
"ref": "refs/heads/main",
"rev": "4ea112b72e1cbabb8c82bb276d142762f2bc09a6",
"revCount": 24,
"rev": "36aee0c607153721ca446291f7f99df870c868fc",
"revCount": 27,
"type": "git",
"url": "https://git.jolheiser.com/helix.drv.git"
},

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