flake-info-sandboxed: clarify that sandbox is offline

This commit is contained in:
Erik Arvstedt
2023-08-20 10:54:46 +02:00
parent c22365d4a2
commit 7dcf307925
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
# Run flake-info for the nix-bitcoin flake in a sandbox: # Run flake-info for the nix-bitcoin flake in an offline sandbox:
# - Adds a consistent, reproducible runtime environment # - Adds a consistent, reproducible runtime environment
# - Removes the need to trust the flake-info binary # - Removes the need to trust the flake-info binary
# #