diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -209,7 +209,12 @@ | |||
209 | ref = "main"; | 209 | ref = "main"; |
210 | inputs = { | 210 | inputs = { |
211 | nixpkgs.follows = "nixpkgs"; | 211 | nixpkgs.follows = "nixpkgs"; |
212 | # niri-unstable.url = "github:gkleen/niri"; | 212 | niri-unstable = { |
213 | type = "github"; | ||
214 | owner = "gkleen"; | ||
215 | repo = "niri"; | ||
216 | ref = "feat/unix-sockets"; | ||
217 | }; | ||
213 | }; | 218 | }; |
214 | }; | 219 | }; |
215 | nix-monitored = { | 220 | nix-monitored = { |