1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 08:53:55 +02:00

nix show-derivation -> nix derivation show

This commit is contained in:
John Ericson 2023-04-02 13:59:19 -04:00
parent 4e9f32f993
commit 2b98af2e62
7 changed files with 35 additions and 9 deletions

View file

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