flake: add follows to niri nixpkgs-stable input

This commit is contained in:
wo2wz 2025-11-25 11:17:12 -05:00
parent fe313a2c7c
commit 3ea5a263a8
2 changed files with 7 additions and 18 deletions

View file

@ -20,7 +20,10 @@
niri = {
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
};
};
sops-nix = {