diff --git a/flake.lock b/flake.lock index 840bdac..5b26fe3 100644 --- a/flake.lock +++ b/flake.lock @@ -180,7 +180,7 @@ "hyprland-protocols" ], "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ], "wlroots": "wlroots", "xdph": "xdph" @@ -220,7 +220,7 @@ "hyprland-protocols": { "inputs": { "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ] }, "locked": { @@ -240,7 +240,7 @@ "hyprpaper": { "inputs": { "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ] }, "locked": { @@ -853,7 +853,7 @@ "hyprland-protocols" ], "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ] }, "locked": { diff --git a/flake.nix b/flake.nix index 5bbfcf8..30c7c67 100644 --- a/flake.nix +++ b/flake.nix @@ -11,21 +11,21 @@ }; hyprland-protocols = { url = "github:hyprwm/hyprland-protocols"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; hyprland = { url = "github:hyprwm/Hyprland"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.hyprland-protocols.follows = "hyprland-protocols"; }; xdph = { url = "github:hyprwm/xdg-desktop-portal-hyprland"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.hyprland-protocols.follows = "hyprland-protocols"; }; hyprpaper = { url = "github:hyprwm/hyprpaper"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; hyprland-contrib.url = "github:hyprwm/contrib"; nix-on-droid = {