top-level: add sysctl
This commit is contained in:
parent
ef428ab202
commit
35d6688a1b
|
@ -21142,5 +21142,5 @@ with pkgs;
|
||||||
|
|
||||||
# Unix tools
|
# Unix tools
|
||||||
unixtools = recurseIntoAttrs (callPackages ./unix-tools.nix { });
|
unixtools = recurseIntoAttrs (callPackages ./unix-tools.nix { });
|
||||||
inherit (unixtools) hexdump ps;
|
inherit (unixtools) hexdump ps sysctl;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue