mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-22 13:48:37 +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 {
|
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;
|
inherit (pkgs) ruby php;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user