flake: add follows to niri nixpkgs-stable input
This commit is contained in:
parent
fe313a2c7c
commit
3ea5a263a8
2 changed files with 7 additions and 18 deletions
|
|
@ -20,7 +20,10 @@
|
|||
|
||||
niri = {
|
||||
url = "github:sodiboo/niri-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
sops-nix = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue