Merge pull request #109344 from Mic92/unixtools

unixtools: align attribute name with filename
This commit is contained in:
Jörg Thalheim 2021-01-14 08:58:31 +00:00 committed by GitHub
commit 3022d75781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;