commit 7d59195041a441a4229b5df5c0434e58c5e33c4b
parent 8ab7191fd8339bad8521b61fbb057204ea16772e
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 19 Aug 2025 12:05:52 +0200
parent 8ab7191fd8339bad8521b61fbb057204ea16772e
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Tue, 19 Aug 2025 12:05:52 +0200
flake: pin `niriFlake`s inputs
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/flake.nix b/flake.nix @@ -271,8 +271,6 @@ homeManagerUnstable.url = "github:nix-community/home-manager/master"; homeManagerUnstable.inputs.nixpkgs.follows = "nixpkgsUnstable"; - niriFlake.url = "github:sodiboo/niri-flake"; - lanzaboote.url = "github:nix-community/lanzaboote/v0.4.2"; lanzaboote.inputs.nixpkgs.follows = "nixpkgs"; lanzaboote.inputs.flake-parts.follows = "flakeParts"; @@ -295,6 +293,12 @@ flake-utils.follows = "flakeUtils"; }; + niriFlake.url = "github:sodiboo/niri-flake"; + niriFlake.inputs = { + nixpkgs.follows = "nixpkgsUnstable"; + nixpkgs-stable.follows = "nixpkgs"; + }; + sherlock.url = "github:Skxxtz/sherlock/8485f8720352c8ba48a4d74d3d33c882f9c0b35b"; sherlock.inputs = { nixpkgs.follows = "nixpkgs";