1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

path antiquotations: rename confusing test

This commit is contained in:
Taeer Bar-Yam 2021-08-06 07:38:52 -04:00
parent 624162c729
commit a6bfda7d95

View file

@ -0,0 +1,4 @@
# This must fail to evaluate, since ./fnord doesn't exist. If it did
# exist, it would produce "/nix/store/<hash>-fnord/xyzzy" (with an
# appropriate context).
"${./fnord}/xyzzy"