1
1
mirror of https://github.com/nmattia/niv.git synced 2024-10-06 12:27:35 +03:00

Merge pull request #84 from Kleidukos/keep-nix-ssl-cert

Keep the nix ssl cert file variable when running the tests
This commit is contained in:
Nicolas Mattia 2019-06-15 15:43:00 +02:00 committed by GitHub
commit 0ca1bf22f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@
#!nix-shell -p nix
#!nix-shell --pure
#!nix-shell --keep SSL_CERT_FILE
#!nix-shell --keep NIX_SSL_CERT_FILE
set -euo pipefail