nbxplorer: use postFixup instead of preInstall

This commit is contained in:
IvarWithoutBones 2022-01-12 00:25:30 +01:00
parent 05ea38abd0
commit 00ea8f615e

View file

@ -17,7 +17,7 @@ buildDotnetModule rec {
dotnet-sdk = dotnetCorePackages.sdk_3_1;
dotnet-runtime = dotnetCorePackages.aspnetcore_3_1;
postInstall = ''
postFixup = ''
mv $out/bin/{NBXplorer,nbxplorer}
'';