Nix Language Quirks: Difference between revisions

imported>Fricklerhandwerk
m Fricklerhandwerk moved page Nix Quirks to Nix Language Quirks: always clarify what kind of Nix is meant
imported>Fricklerhandwerk
No edit summary
Line 141: Line 141:
nix-repl> let code = "(x: x) ''id function was called''"; in import (builtins.toFile "eval" code)
nix-repl> let code = "(x: x) ''id function was called''"; in import (builtins.toFile "eval" code)
"id function was called"</syntaxHighlight>
"id function was called"</syntaxHighlight>
[[Category:Nix Language]]