and ANOTHER one baby

This commit is contained in:
jacekpoz 2024-08-30 20:29:16 +02:00
parent 34013ce871
commit d5d0488101
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -5,13 +5,13 @@
inherit (inputs) self;
inherit (self) lib;
createHost = systemDir: lib.nixosSystem {
createHost = hostDir: lib.nixosSystem {
system = null;
specialArgs = {
inherit lib inputs self;
};
modules = [
systemDir
hostDir
../modules
];
};