module.nix: add better explanation

This commit is contained in:
Qubasa
2024-11-11 19:50:06 +07:00
committed by Luis Hebendanz
parent 9fc4e4c7d4
commit 6ac6d626df

View File

@@ -107,7 +107,8 @@ let
# We removed pkgsForSystems because we have the problem that nixpkgs.* options are then ignored
# However our current model is to have the hardware config read and then set nixpkgs.hostPlatform automatically
# which gets ignored if we set pkgsForSystems
# which gets ignored if we set pkgsForSystems. pkgsForSystems also needed to be set as else
# pkgs was equals to null in nixosConfiguration above which broke something else
pkgs = nixpkgs.legacyPackages.${system};
}
) allMachines