buildClan: add clan-core to specialArgs

This commit is contained in:
DavHau
2024-04-02 16:03:45 +07:00
parent e5b8795b81
commit 6524a007f3
2 changed files with 4 additions and 2 deletions

View File

@@ -73,7 +73,9 @@ let
// lib.optionalAttrs (pkgs != null) { nixpkgs.pkgs = lib.mkForce pkgs; }
)
];
inherit specialArgs;
specialArgs = {
inherit clan-core;
} // specialArgs;
};
allMachines = machinesDirs // machines;