Nix (language): Difference between revisions

imported>Johan-adriaans
m Fixed Less than Operator, it was displaying the Greater Than Operator.
imported>Mateusauler
m Fix minor grammar mistake
Line 35: Line 35:
=== 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 a 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 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 ===