mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 17:02:28 +00:00
![Théophane Hufschmitt](/assets/img/avatar_default.png)
Don’t try and assume that we know the output paths when we’ve just built with `--dry-run`. Instead make `--dry-run` follow a different code path that won’t assume the knowledge of the output paths at all. Fix #6275
7 lines
82 B
Bash
7 lines
82 B
Bash
source common.sh
|
|
|
|
export NIX_TESTS_CA_BY_DEFAULT=1
|
|
|
|
cd .. && source build-dry.sh
|
|
|