forked from lix-project/lix
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:
parent
895dfc656a
commit
6352e20bc8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue