mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
unix-tools: fix typo
This commit is contained in:
parent
70c378891e
commit
50bdc5a612
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in rec {
|
|||
};
|
||||
getconf = singleBinary "getconf" {
|
||||
linux = pkgs.musl-getconf;
|
||||
darwin = pkgs.system_cmds;
|
||||
darwin = pkgs.darwin.system_cmds;
|
||||
};
|
||||
getent = singleBinary "getconf" {
|
||||
linux = pkgs.musl-getent;
|
||||
|
|
Loading…
Reference in a new issue