Nix values
Basic types
- Nix stringsᛦ
 - Numbers
- Integers (123)
 - Floats (1.23, 1e23)
 - Operations using only integers will always return integers, and operations using at least one float will always return floats.
 
 - Nix pathsᛦ
 - Booleans - 
trueandfalse null
true and falsenull