We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ca160 commit 227900cCopy full SHA for 227900c
nix/pkgs/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
43
]
44
++ lib.optionals postgresSupport [ postgresql ]
45
++ lib.optionals stdenv.isDarwin [
46
- cctools
+ darwin.cctools
47
darwin.autoSignDarwinBinariesHook
48
];
49
0 commit comments