1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

fix: darwinConfigurations.X is not an attribute set

This commit is contained in:
TheGeneralist 2025-08-03 15:06:50 +02:00
parent 26fe71c022
commit 2ccb7bc260
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 2 additions and 23 deletions

View file

@ -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 =