mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #109344 from Mic92/unixtools
unixtools: align attribute name with filename
This commit is contained in:
commit
3022d75781
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user