ark/pkgs-set/pkgs-to-export.nix

11 lines
109 B
Nix
Raw Normal View History

2022-07-01 04:45:26 +03:00
pkgs: (
pkgs.lib.getAttrs
[
2023-10-08 09:51:05 +03:00
"phantom"
2022-08-15 01:58:35 +03:00
"comic-mono"
2023-10-08 09:51:05 +03:00
"fluidsynth-dssi"
"calf"
2022-07-01 04:45:26 +03:00
]
pkgs
)