From 238574a48ffb681924e54aa610b8a0271b2c699e Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 26 Apr 2024 10:29:37 +0530 Subject: [PATCH] cleanup substituters --- common/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/nix.nix b/common/nix.nix index bbf149e..a85e407 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -13,8 +13,8 @@ auto-allocate-uids = true; sandbox = true; trusted-substituters = [ - "https://cache.nixos.org/" - "https://nix-community.cachix.org/" + "https://cache.nixos.org" + "https://nix-community.cachix.org" "https://helix.cachix.org" "https://hyprland.cachix.org" ];