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"
|
"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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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=" ];
|
||||||
|
|
Loading…
Reference in New Issue