fix(treewide): deadnix

This commit is contained in:
ooks-io 2024-07-15 20:53:35 +12:00
parent f7b3aba883
commit 5c055252ea
26 changed files with 44 additions and 26 deletions

View file

@ -16,7 +16,7 @@ in
];
};
overlays = [
(final: prev: {
(_final: prev: {
zjstatus = inputs.zjstatus.packages.${prev.system}.default;
})
];

View file

@ -4,7 +4,6 @@ let
inherit (lib) mkOption mkEnableOption;
inherit (lib.types) bool enum listOf int submodule nullOr str;
inherit (lib.lists) optionals concatLists;
inherit (builtins) concatStringsSep;
admin = config.ooknet.host.admin;
hardware = config.ooknet.host.hardware;