Compare commits

..

No commits in common. "46749c94ea450132f6f72c9c32879ec404acabb0" and "76b634d82318995c079d10ef3b8aef02626700e8" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -44,7 +44,6 @@
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 = [
@ -56,6 +55,7 @@
"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=" ];