fix: darwinConfigurations.X is not an attribute set
This commit is contained in:
parent
26fe71c022
commit
2ccb7bc260
2 changed files with 2 additions and 23 deletions
|
|
@ -47,10 +47,10 @@ in
|
|||
{
|
||||
system =
|
||||
os: configFile:
|
||||
if os == "darwin" then
|
||||
(if os == "darwin" then
|
||||
super.darwinSystem
|
||||
else
|
||||
super.nixosSystem {
|
||||
super.nixosSystem) {
|
||||
inherit specialArgs;
|
||||
|
||||
modules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue