From 50bdc5a6128a84dbf5b45543cdb306296fda74d4 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Tue, 10 Apr 2018 21:18:42 -0500 Subject: unix-tools: fix typo --- pkgs/top-level/unix-tools.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level/unix-tools.nix') diff --git a/pkgs/top-level/unix-tools.nix b/pkgs/top-level/unix-tools.nix index 919ff9e8106..19e315f6f60 100644 --- a/pkgs/top-level/unix-tools.nix +++ b/pkgs/top-level/unix-tools.nix @@ -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; -- cgit 1.4.1