I am blind as a bat...
This commit is contained in:
parent
23485c3c73
commit
63c2f9863d
3 changed files with 4 additions and 4 deletions
|
@ -8,11 +8,11 @@ let
|
|||
inherit (self.modules) mapModules;
|
||||
in rec
|
||||
{
|
||||
mkHost = path: attrs @ {sytem ? "x86_64-linux", ...}:
|
||||
mkHost = path: attrs @ {system ? "x86_64-linux", ...}:
|
||||
nixosSystem {
|
||||
inherit system;
|
||||
|
||||
specialArgs = { inherit lib input system; };
|
||||
specialArgs = { inherit lib inputs system; };
|
||||
|
||||
modules = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue