diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-04 18:26:43 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-02-04 18:30:02 -0500 |
commit | 6352e20bc8dba9477e25eedbe7bea91cbe1614f9 (patch) | |
tree | b03d1d2b53a983af432756dafc921c5fc09c0586 /tests/ca | |
parent | 895dfc656a21f6252ddf48df0d1f215effa04ecb (diff) |
Remove `--derivation` from test
It doesn't do anything here, and in the next commit `show-derivation
will no longer accept this flag.
Diffstat (limited to 'tests/ca')
-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 92f8b429a..cc225c6c8 100644 --- a/tests/ca/build.sh +++ b/tests/ca/build.sh @@ -3,7 +3,7 @@ source common.sh drv=$(nix-instantiate --experimental-features ca-derivations ./content-addressed.nix -A rootCA --arg seed 1) -nix --experimental-features 'nix-command ca-derivations' show-derivation --derivation "$drv" --arg seed 1 +nix --experimental-features 'nix-command ca-derivations' show-derivation "$drv" --arg seed 1 buildAttr () { local derivationPath=$1 |