mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Merge pull request #109344 from Mic92/unixtools
unixtools: align attribute name with filename
This commit is contained in:
commit
3022d75781
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue