mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
9 lines
154 B
Bash
Executable file
9 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
# shellcheck disable=SC2034
|
|
NIX_TESTS_CA_BY_DEFAULT=true
|
|
cd ..
|
|
# shellcheck source=/dev/null
|
|
source ./nix-shell.sh
|