nixpkgs follows issue

This commit is contained in:
John Lancaster
2026-03-26 18:30:28 -05:00
parent 238e64437c
commit 4c7da4abfa
3 changed files with 40 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ self, inputs, ... }: {
flake-file.inputs = {
wrapper-modules.url = "github:BirdeeHub/nix-wrapper-modules";
wrapper-modules.follows = "nixpkgs";
# wrapper-modules.inputs.nixpkgs.follows = "nixpkgs";
};
flake.modules.nixos.niri = { pkgs, lib, ... }: {