Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $ echo "Content: ${x}" > ./test
  2. $ nix repl
  3.  
  4. nix-repl> import ./test
  5. error: syntax error, unexpected DOLLAR_CURLY, at /home/kuznero/Downloads/test:1:10
  6.  
  7. nix-repl> x = "qwe"
  8.  
  9. nix-repl> import ./test
  10. error: syntax error, unexpected DOLLAR_CURLY, at /home/kuznero/Downloads/test:1:10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement