nixos-installer/lib/default.nix
2023-12-04 19:30:01 +01:00

4 lines
136 B
Nix

dirname: inputs: inputs.functions.lib.importLib inputs dirname { rename = {
functions = "fun";
}; noSpread = [ "setup-scripts" ]; }