mirror of
https://github.com/izzy2lost/nix.git
synced 2026-03-10 12:35:57 -07:00
8 lines
97 B
Bash
8 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
|
|
cd .. && source repl.sh
|