example: Prefer pkgs.system where possible

This commit is contained in:
Donovan Glover 2024-06-02 14:23:37 -04:00
parent ca4e454138
commit cf7d20360e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -18,7 +18,7 @@ in
};
environment.systemPackages = attrValues {
inherit (nix-config.packages.x86_64-linux) fluent-icons osu-backgrounds;
inherit (nix-config.packages.${pkgs.system}) fluent-icons osu-backgrounds;
inherit (pkgs) ruby php;
};