mirror of
https://github.com/NixOS/nix
synced 2025-07-09 16:13:54 +02:00
Prefix env vars for attrs.* files with NIX_
This commit is contained in:
parent
a92245b110
commit
27ce722638
5 changed files with 7 additions and 7 deletions
|
@ -36,7 +36,7 @@ mkDerivation {
|
|||
echo bar > $dest
|
||||
echo foo > $dest2
|
||||
|
||||
json=$(cat $ATTRS_JSON_FILE)
|
||||
json=$(cat $NIX_ATTRS_JSON_FILE)
|
||||
[[ $json =~ '"narHash":"sha256:1r7yc43zqnzl5b0als5vnyp649gk17i37s7mj00xr8kc47rjcybk"' ]]
|
||||
[[ $json =~ '"narSize":288' ]]
|
||||
[[ $json =~ '"closureSize":288' ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue