diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-07 11:13:35 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-07 11:13:35 -0400 |
commit | 38ae7c289116c404393ded8b6eec49323f54920c (patch) | |
tree | 8b6aad44164a24d08b4093e1f8f753f3c4208e86 /tests/ca/build.sh | |
parent | 6e1e15ffec69de8a3954100389f1d41494f8da8d (diff) | |
parent | 54b3b6ebc638b148a8804b81e9c17ab52cddf8e1 (diff) |
Merge remote-tracking branch 'upstream/master' into trustless-remote-builder-simple
Diffstat (limited to 'tests/ca/build.sh')
-rw-r--r-- | tests/ca/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ca/build.sh b/tests/ca/build.sh index 98e1c5125..7754ad276 100644 --- a/tests/ca/build.sh +++ b/tests/ca/build.sh @@ -3,7 +3,7 @@ source common.sh drv=$(nix-instantiate ./content-addressed.nix -A rootCA --arg seed 1) -nix show-derivation "$drv" --arg seed 1 +nix derivation show "$drv" --arg seed 1 buildAttr () { local derivationPath=$1 |