massicot: use binary cache from garnix
This commit is contained in:
parent
0a84c4644b
commit
e5bd395fd8
2 changed files with 10 additions and 5 deletions
|
@ -46,7 +46,12 @@
|
|||
git
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
substituters = "https://cache.garnix.io";
|
||||
trusted-public-keys = "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=";
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue