7 lines
108 B
Nix
7 lines
108 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = builtins.attrValues {
|
|
inherit
|
|
(pkgs)
|
|
;
|
|
};
|
|
}
|