unixtools: align attribute name with filename
(so they can be easier matched)
This commit is contained in:
parent
8fcb5db84c
commit
124655ed49
@ -29401,7 +29401,7 @@ in
|
|||||||
apeClex = callPackage ../applications/misc/ape/apeclex.nix { };
|
apeClex = callPackage ../applications/misc/ape/apeclex.nix { };
|
||||||
|
|
||||||
# Unix tools
|
# Unix tools
|
||||||
unixtools = recurseIntoAttrs (callPackages ./unix-tools.nix { });
|
unixtools = recurseIntoAttrs (callPackages ./unixtools.nix { });
|
||||||
inherit (unixtools) hexdump ps logger eject umount
|
inherit (unixtools) hexdump ps logger eject umount
|
||||||
mount wall hostname more sysctl getconf
|
mount wall hostname more sysctl getconf
|
||||||
getent locale killall xxd watch;
|
getent locale killall xxd watch;
|
||||||
|
Loading…
Reference in New Issue
Block a user