mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
example: Prefer pkgs.system where possible
This commit is contained in:
parent
ca4e454138
commit
cf7d20360e
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user