moved wrapper inputs

This commit is contained in:
John Lancaster
2026-04-13 08:58:49 -05:00
parent 70315d5020
commit dbbdf8991f
2 changed files with 12 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
{ self, inputs, ... }: {
flake-file.inputs = {
wrapper-modules = {
url = "github:BirdeeHub/nix-wrapper-modules";
inputs.nixpkgs.follows = "nixpkgs";
};
wrappers = {
url = "github:lassulus/wrappers";
inputs.nixpkgs.follows = "nixpkgs";
};
};
}