unixtools: align attribute name with filename

(so they can be easier matched)
gstqt5
Jörg Thalheim 2021-01-14 08:58:39 +01:00
parent 8fcb5db84c
commit 124655ed49
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
2 changed files with 1 additions and 1 deletions

View File

@ -29401,7 +29401,7 @@ in
apeClex = callPackage ../applications/misc/ape/apeclex.nix { };
# Unix tools
unixtools = recurseIntoAttrs (callPackages ./unix-tools.nix { });
unixtools = recurseIntoAttrs (callPackages ./unixtools.nix { });
inherit (unixtools) hexdump ps logger eject umount
mount wall hostname more sysctl getconf
getent locale killall xxd watch;