diff --git a/flake.nix b/flake.nix index e0efbb96..1aa4bfa5 100644 --- a/flake.nix +++ b/flake.nix @@ -29,13 +29,14 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + hyprland.url = "github:hyprwm/Hyprland"; }; nixConfig = { - extra-substituters = ["https://nixcache.raffauflabs.com"]; + extra-substituters = ["https://nixcache.raffauflabs.com" "https://hyprland.cachix.org"]; extra-trusted-public-keys = [ "nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8=" + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; }; diff --git a/nixosModules/system/default.nix b/nixosModules/system/default.nix index ac657105..9156ce36 100644 --- a/nixosModules/system/default.nix +++ b/nixosModules/system/default.nix @@ -143,10 +143,12 @@ experimental-features = ["nix-command" "flakes"]; substituters = [ "https://nixcache.raffauflabs.com" + "https://hyprland.cachix.org" "https://cache.nixos.org/" ]; trusted-public-keys = [ "nixcache.raffauflabs.com:yFIuJde/izA4aUDI3MZmBLzynEsqVCT1OfCUghOLlt8=" + "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ]; }; };