about summary refs log tree commit diff
path: root/pkgs/top-level/unixtools.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-18unixtools: Add entries for FreeBSDAudrey Dutcher1-2/+17
2024-03-08Avoid `with lib;` at the top level in pkgs/top-level/unixtools.nixPhilip Taron1-4/+9
2024-01-09xxd: reduce closure size by splitting it into it's own outputSandro Jäckel1-2/+2
2023-06-12glibc: split getent into its own outputLinus Heckemann1-1/+1
Many dependents only require getent and not all the locale generation tools that are included in the `bin` output. This can save some closure size!
2023-05-16column, locale: don't import from netbsd on darwinWeijia Wang1-2/+2
2022-03-27unixtools: Fix `nix run nixpkgs#unixtools.<cmd>`Michael Hoang1-0/+1
2021-01-17unixtools: use real provider name instead of inaccurate versionMonson Shao1-2/+2
The version "1003.1-2008" comes from IEEE Std but is not quite accurate. Using the provider name could give us more info in store path.
2021-01-14unixtools: align attribute name with filenameJörg Thalheim1-0/+195
(so they can be easier matched)