Remove --derivation from test

It doesn't do anything here, and in the next commit `show-derivation
will no longer accept this flag.
This commit is contained in:
John Ericson 2023-02-04 18:26:43 -05:00
parent 895dfc656a
commit 6352e20bc8

View file

@ -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