Use Shelvacu's cache

This commit is contained in:
2024-09-23 16:29:02 -07:00
parent 2e956f2ddd
commit 8ef9e1b0be

View File

@@ -4,6 +4,8 @@
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
substituters = [ "https://nixcache.shelvacu.com" ];
trusted-public-keys = [ "nixcache.shelvacu.com:73u5ZGBpPRoVZfgNJQKYYBt9K9Io/jPwgUfuOLsJbsM=" ];
trusted-users = [ "@wheel" ];
};