mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs
This commit is contained in:
commit
e5c42bba9b
439 changed files with 24000 additions and 36411 deletions
|
@ -9,9 +9,6 @@ nix build "$drv!first" --json | jq --exit-status '
|
|||
(.[0] |
|
||||
(.drvPath | match(".*multiple-outputs-a.drv")) and
|
||||
(.outputs |
|
||||
.first and
|
||||
(has("second") | not)))
|
||||
(.first | match(".*multiple-outputs-a-first")) and
|
||||
(has("second") | not)))
|
||||
'
|
||||
# TODO use
|
||||
# (.first | match(".*multiple-outputs-a-first")) and
|
||||
# once we make it put the result paths in the buildables.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue