mirror of https://git.jolheiser.com/dotnix.git
Compare commits
3 Commits
76b634d823
...
46749c94ea
Author | SHA1 | Date |
---|---|---|
|
46749c94ea | |
|
84c632ebe8 | |
|
36760a8fe5 |
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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=" ];
|
||||
|
|
Loading…
Reference in New Issue