Merge pull request #7754 from obsidiansystems/narrower-scope-derivation-flag

Scope down `--derivation` to just the commands that use it
This commit is contained in:
Théophane Hufschmitt
2023-02-09 19:51:43 +01:00
committed by GitHub
6 changed files with 21 additions and 14 deletions
+1 -1
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