all repos — nixfiles @ 57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc

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

remove deploy-rs I will update systems manually for now

Alan Pearce
commit

57f5b19cc2df28e075cd7fb3bf2c9d3d3ed551bc

parent

936439732e081972b28fd28f8d61226515ab18ef

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

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