Revert "clan: Remove pkgsForSystem"

This reverts commit 724913be90.
This commit is contained in:
Qubasa
2024-11-11 21:50:25 +07:00
parent 60b0ff04df
commit 49296133af
2 changed files with 15 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ let
inherit (config)
directory
machines
pkgsForSystem
specialArgs
;
@@ -57,7 +58,7 @@ let
# Settings
clan.core.clanDir = directory;
# Inherited from clan wide settings
# TODO: remove these`
# TODO: remove these
clan.core.name = config.inventory.meta.name;
clan.core.icon = config.inventory.meta.icon;
@@ -126,7 +127,7 @@ let
args
// {
inherit name system;
pkgs = nixpkgs.legacyPackages.${system};
pkgs = pkgsForSystem system;
}
)
) allMachines