chore
This commit is contained in:
parent
e99d976a9c
commit
0600112196
1 changed files with 1 additions and 3 deletions
|
|
@ -21,9 +21,7 @@ let
|
||||||
osConfiguration =
|
osConfiguration =
|
||||||
host:
|
host:
|
||||||
host.instantiate {
|
host.instantiate {
|
||||||
specialArgs = {
|
specialArgs = { inherit inputs; };
|
||||||
inherit inputs;
|
|
||||||
};
|
|
||||||
modules = [
|
modules = [
|
||||||
host.mainModule
|
host.mainModule
|
||||||
{ nixpkgs.hostPlatform = lib.mkDefault host.system; }
|
{ nixpkgs.hostPlatform = lib.mkDefault host.system; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue