mirror of
https://github.com/NixOS/nix
synced 2025-07-10 21:23:56 +02:00
nix show-derivation
-> nix derivation show
This commit is contained in:
parent
4e9f32f993
commit
2b98af2e62
7 changed files with 35 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue