summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/top-level/unix-tools.nix2
1 files changed, 1 insertions, 1 deletions
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;