mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
* Regression test for exportBuildReferencesGraph. It currently fails.
This commit is contained in:
parent
51e7e32c3b
commit
93b6926054
3 changed files with 34 additions and 6 deletions
|
@ -76,3 +76,8 @@ clearProfiles() {
|
|||
clearManifests() {
|
||||
rm -f $NIX_STATE_DIR/manifests/*
|
||||
}
|
||||
|
||||
fail() {
|
||||
echo "$1"
|
||||
exit 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue