actual-server: avoid aliased usage of cctools

This commit is contained in:
Martin Joerg
2025-11-19 17:03:42 +00:00
parent 35aff137b8
commit cda4296316
+2 -2
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
darwin,
cctools,
fetchFromGitHub,
jq,
makeWrapper,
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.cctools
cctools
];
env = {