mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
unix-tools: fix typo
This commit is contained in:
parent
70c378891e
commit
50bdc5a612
@ -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 New Issue
Block a user