top-level: add sysctl

This commit is contained in:
Matthew Justin Bauer 2018-03-26 21:33:42 -05:00 committed by Matthew Bauer
parent ef428ab202
commit 35d6688a1b

View File

@ -21142,5 +21142,5 @@ with pkgs;
# Unix tools
unixtools = recurseIntoAttrs (callPackages ./unix-tools.nix { });
inherit (unixtools) hexdump ps;
inherit (unixtools) hexdump ps sysctl;
}