mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 11:01:52 +02:00
example: Prefer pkgs.system where possible
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user