mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-10 23:52:51 +01:00
Nearly there
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user