git-fork: point fork binary to fork_cli (#512203)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-30 21:44:41 +00:00
committed by GitHub
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
mkdir -p "$out/"{bin,Applications}
mv Fork.app "$out/Applications/"
ln -s "$out/Applications/Fork.app/Contents/MacOS/Fork" "$out/bin/fork"
ln -s "$out/Applications/Fork.app/Contents/Resources/fork_cli" "$out/bin/fork"
runHook postInstall
'';