about summary refs log tree commit diff
path: root/pkgs/top-level/unixtools.nix
AgeCommit message (Collapse)AuthorFilesLines
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)