and ANOTHER one baby
This commit is contained in:
parent
34013ce871
commit
d5d0488101
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue