btcpayserver: use postFixup instead of postInstall

This commit is contained in:
IvarWithoutBones 2022-01-12 00:21:04 +01:00
parent ec52dd4971
commit 05ea38abd0

View File

@ -26,7 +26,7 @@ buildDotnetModule rec {
makeWrapperArgs+=(--run "cd $out/lib/btcpayserver")
'';
postInstall = ''
postFixup = ''
mv $out/bin/{BTCPayServer,btcpayserver}
'';