diff options
author | Alan Pearce | 2024-12-03 16:03:19 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-08 18:03:07 +0100 |
commit | 8ba8be40043f6a2e28effa0c02d61938764dd141 (patch) | |
tree | 64f9c82f0568a208bb05199bd9c0b24386144b03 /system/settings | |
parent | 45abf5d02e7981463b1c283f2aa9ee3f311a7020 (diff) | |
download | nixfiles-8ba8be40043f6a2e28effa0c02d61938764dd141.tar.lz nixfiles-8ba8be40043f6a2e28effa0c02d61938764dd141.tar.zst nixfiles-8ba8be40043f6a2e28effa0c02d61938764dd141.zip |
nix: remove duplicate substitute entry
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/configuration/nix.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/configuration/nix.nix b/system/settings/configuration/nix.nix index 28da18c0..3ecd5089 100644 --- a/system/settings/configuration/nix.nix +++ b/system/settings/configuration/nix.nix @@ -13,13 +13,11 @@ warn-dirty = false; substituters = [ "https://nix-community.cachix.org" - "https://deploy-rs.cachix.org" "https://binarycache.alanpearce.eu" "https://deploy-rs.cachix.org" ]; trusted-public-keys = [ - "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" |