nix: remove deploy-rs cache
Alan Pearce alan@alanpearce.eu
Mon, 10 Mar 2025 15:32:49 +0100
1 files changed, 0 insertions(+), 2 deletions(-)
M system/settings/configuration/nix.nix → system/settings/configuration/nix.nix
@@ -15,13 +15,11 @@ warn-dirty = false; substituters = [ "https://nix-community.cachix.org" "https://binarycache.alanpearce.eu" - "https://deploy-rs.cachix.org" "https://cache.lix.systems" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "deploy-rs.cachix.org-1:xfNobmiwF/vzvK1gpfediPwpdIP0rpDV2rYqx40zdSI=" "binarycache.alanpearce.eu:ZwqO3XMuajPictjwih8OY2+RXnOKpjZEZFHJjGSxAI4=" "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];