1
0
Fork 0

packages schema fails to eval properly for HM, so switch to legayPackages

This commit is contained in:
Pratham Patel 2024-04-18 10:19:30 +05:30
parent 179468c67a
commit 740137df8a
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
x86_64 = buildNixosIso "x86_64";
};
packages = forEachSupportedSystem ({ pkgs, ... }: {
legacyPackages = forEachSupportedSystem ({ pkgs, ... }: {
homeConfigurations."${systemUsers.pratham.username}" = mkNonNixosHomeManager pkgs systemUsers.pratham;
});
# **THE SYSTEM NEEDS TO BE SPECIFIED!**