all repos — nixfiles @ 3b1859a23ebee5f4259dad99fcd821ac93e34cbf

System and user configuration, managed by nix and home-manager

Revert "remove deploy-rs" This reverts commit 57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc.

Alan Pearce
commit

3b1859a23ebee5f4259dad99fcd821ac93e34cbf

parent

c34ea57e6061273ec1356f76593c64d60e893019

1 file changed, 4 insertions(+), 0 deletions(-)

changed files
M system/settings/configuration/nix.nixsystem/settings/configuration/nix.nix
@@ -13,11 +13,15 @@ experimental-features = "nix-command flakes";
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=" ]; };