docs: document environment variable policy

This commit is contained in:
2026-05-31 17:29:29 +09:00
parent 69cc4d38f0
commit 9bc7920ab5
3 changed files with 98 additions and 1 deletions
+2
View File
@@ -93,6 +93,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
install -Dm644 docs/nix.md "$out/share/doc/insomnia/nix.md"
install -Dm644 docs/environment.md "$out/share/doc/insomnia/environment.md"
mkdir -p "$out/share/insomnia"
cp -R resources "$out/share/insomnia/resources"
'';
@@ -112,6 +113,7 @@ rustPlatform.buildRustPackage rec {
test -d "$out/share/insomnia/resources/prompts"
test -f "$out/share/doc/insomnia/nix.md"
test -f "$out/share/doc/insomnia/environment.md"
runHook postInstallCheck
'';