Fixed stupidity

This commit is contained in:
Luj 2023-01-08 22:33:35 +01:00
parent 061ff4c705
commit 90b8657dde
2 changed files with 10 additions and 5 deletions

View file

@ -14,7 +14,7 @@ lib: with lib; let
};
};
}));
default = {};
default = { };
};
config = {
@ -36,9 +36,14 @@ lib: with lib; let
lambda = {
arch = "aarch64-linux";
};
tower = {
arch = "x86_64-linux";
};
};
};
}
];
in (evalModules { inherit modules; }).config
in
(evalModules { inherit modules; }).config