docs: remove obsolete nix package doc

This commit is contained in:
2026-05-31 21:11:48 +09:00
parent 530c14e4b8
commit 5783503f74
2 changed files with 0 additions and 77 deletions
-2
View File
@@ -92,7 +92,6 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
postInstall = ''
install -Dm644 docs/nix.md "$out/share/doc/insomnia/nix.md"
install -Dm644 docs/environment.md "$out/share/doc/insomnia/environment.md"
'';
@@ -110,7 +109,6 @@ rustPlatform.buildRustPackage rec {
fi
grep -q "invalid --session UUID" insomnia.err
test -f "$out/share/doc/insomnia/nix.md"
test -f "$out/share/doc/insomnia/environment.md"
runHook postInstallCheck