Nix (language): Difference between revisions

imported>Lucus16
m Fix multine line string example formatting
imported>Obsidianical
m Added a missing 'a'
Line 45: Line 45:
=== Expressions ===
=== Expressions ===


When Nix tutorials talk about '''Nix Expressions''' they typically mean the definition of a function with multiple inputs which as a result in a derivation. However a Nix expression can be everything, from a simple string, to function to a set of expressions.
When Nix tutorials talk about '''Nix Expressions''' they typically mean the definition of a function with multiple inputs which as a result in a derivation. However a Nix expression can be everything, from a simple string, to a function to a set of expressions.


=== Types ===
=== Types ===