Nix Language Quirks: Difference between revisions
imported>Danbst m →Imports and namespaces: fix tag |
imported>Danbst add a note about nix 1.12 |
||
| Line 106: | Line 106: | ||
"string" </syntaxHighlight> | "string" </syntaxHighlight> | ||
! [https://github.com/NixOS/nix/issues/836 Can you figure out how can this happens before reading explanation?] | ! [https://github.com/NixOS/nix/issues/836 Can you figure out how can this happens before reading explanation?] | ||
{{note|[https://github.com/NixOS/nix/commit/f90f660b243866b8860eeb24cc4a345d32cc7ce7 Nix 1.12 should fix this]}} | |||
=== Q: Can Nix code be interpolated? === | === Q: Can Nix code be interpolated? === | ||
Yes, but not everywhere | Yes, but not everywhere | ||