top-level: add sysctl

This commit is contained in:
Matthew Justin Bauer
2018-03-27 18:17:44 -05:00
committed by Matthew Bauer
parent ef428ab202
commit 35d6688a1b
+1 -1
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;
}