Nearly there

This commit is contained in:
Jordan Dominion
2025-08-03 13:32:50 -04:00
parent 7c093082ff
commit c5fe25dfd2
+1 -1
View File
@@ -84,7 +84,7 @@ stdenv.mkDerivation {
installPhase = ''
mkdir -p $out/bin
cp -r "${tgstation-server-host-console}/out/lib/Tgstation.Server.Host.Console/*" $out/bin/
cp -r "${tgstation-server-host-console}/lib/Tgstation.Server.Host.Console/*" $out/bin/
makeWrapper ${pkgs.dotnetCorePackages.sdk_8_0}/bin/dotnet $out/bin/tgstation-server --suffix PATH : ${
lib.makeBinPath (
with pkgs;