diff options
author | Alan Pearce | 2024-04-10 11:34:11 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-10 11:34:11 +0200 |
commit | 9babe5a43770fe42ce9bb8a67d857b8aca0eea1d (patch) | |
tree | 17a41aa7c688a853fa31ee5d59054b5a6ee39730 /system | |
parent | 67dec02ddcfae528dd23696cb7d51746dbadeaf6 (diff) | |
download | nixfiles-9babe5a43770fe42ce9bb8a67d857b8aca0eea1d.tar.lz nixfiles-9babe5a43770fe42ce9bb8a67d857b8aca0eea1d.tar.zst nixfiles-9babe5a43770fe42ce9bb8a67d857b8aca0eea1d.zip |
base: add personal binary cache
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/programs/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix index 6b5304f9..5e0fe7e5 100644 --- a/system/settings/programs/base.nix +++ b/system/settings/programs/base.nix @@ -12,10 +12,12 @@ substituters = [ "https://nix-community.cachix.org" "https://deploy-rs.cachix.org" + "https://binarycache.alanpearce.eu" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" + "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" ]; }; } |