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 - true and false
  • null

Data structures