Compare commits
2 commits
40fae13c23
...
e44c71c128
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e44c71c128 | ||
|
|
2d564db596 |
1 changed files with 0 additions and 5 deletions
5
meat.nu
5
meat.nu
|
|
@ -48,11 +48,6 @@ def nix-build-nom [out: string, source: string, attr: string, extras: list<strin
|
|||
} else {
|
||||
^nix-build --log-format internal-json --out-link $out $source -A $attr ...$extras out+err>| ^$env.MONITOR --json
|
||||
}
|
||||
# Piping to MONITOR masks nix-build's exit code, so detect failure by the
|
||||
# absence of the out-link.
|
||||
if not ($out | path exists) {
|
||||
error make { msg: "nix-build produced no output" }
|
||||
}
|
||||
}
|
||||
|
||||
def differ-step [build: string] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue