chore: fix package.nix
This commit is contained in:
@@ -91,10 +91,6 @@ rustPlatform.buildRustPackage rec {
|
||||
# derivation is scoped to packaging the user-facing binaries.
|
||||
doCheck = false;
|
||||
|
||||
postInstall = ''
|
||||
install -Dm644 docs/environment.md "$out/share/doc/yoi/environment.md"
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
installCheckPhase = ''
|
||||
runHook preInstallCheck
|
||||
@@ -109,8 +105,6 @@ rustPlatform.buildRustPackage rec {
|
||||
fi
|
||||
grep -q "invalid --session UUID" yoi.err
|
||||
|
||||
test -f "$out/share/doc/yoi/environment.md"
|
||||
|
||||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user