diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-17 00:39:59 +0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-17 00:39:59 +0200 |
commit | d6a7aa8f4827f97856ed55226426c355e1d1b4d1 (patch) | |
tree | 974ab95bdac1c1d17ea2404c1dd08adac1a52672 /tests/import-derivation.nix | |
parent | b8571d68c4f2c0b4b0b8f3d7c7ef09668aab140f (diff) |
Revert the behaviour of antiquoted paths to pre-Nix 1.6
Commit 159e621d1a9c4391b53f3d822109c36931934698 accidentally changed
the behaviour of antiquoted paths, e.g.
"${/foo}/bar"
used to evaluate to "/nix/store/<hash>-foo/bar" (where /foo gets
copied to the store), but in Nix 1.6 it evaluates to "/foo/bar". This
is inconsistent, since
" ${/foo}/bar"
evaluates to " /nix/store/<hash>-foo/bar". So revert to the old
behaviour.
Diffstat (limited to 'tests/import-derivation.nix')
0 files changed, 0 insertions, 0 deletions