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
-7
View File
@@ -95,13 +95,6 @@ in
];
};
flake-file.inputs = {
wrappers = {
url = "github:lassulus/wrappers";
inputs.nixpkgs.follows = "nixpkgs";
};
};
perSystem = { system, pkgs, lib, ... }: {
packages.janus-ca = inputs.wrappers.lib.wrapPackage {
inherit pkgs;