mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-11 01:30:11 +01:00
test: set SSL_CERT_FILE and NIX_SSL_CERT_FILE so test works in pure mode
This commit is contained in:
parent
c9618a4d9b
commit
56d22f4aa1
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@
|
|||
''
|
||||
${ntlib.helpers.path [pkgs.gnugrep pkgs.mktemp pkgs.coreutils]}
|
||||
${ntlib.helpers.scriptHelpers}
|
||||
export SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
|
||||
export NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt
|
||||
cp -r ${./../snapshots} snapshots
|
||||
|
||||
# start without nix & env binaries to expect errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue