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" ];