Skip to content

Commit 227900c

Browse files
committed
nix: Update path to cctools
cctools have been moved into the darwin system packages Signed-off-by: Peter Neuroth <[email protected]>
1 parent f8ca160 commit 227900c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/pkgs/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ stdenv.mkDerivation {
4343
]
4444
++ lib.optionals postgresSupport [ postgresql ]
4545
++ lib.optionals stdenv.isDarwin [
46-
cctools
46+
darwin.cctools
4747
darwin.autoSignDarwinBinariesHook
4848
];
4949

0 commit comments

Comments
 (0)