mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
8 lines
133 B
Bash
8 lines
133 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
cd ..
|
|
# shellcheck source=/dev/null
|
|
source ./build-delete.sh
|