aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/expressions
AgeCommit message (Collapse)Author
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
Implement floats
2016-01-06Update documentation for floats.Christian Theune
2016-01-05manual: document builtins.functionArgsVladimír Čunát
The text is just a conversion of comment from src/libexpr/primops.cc
2015-09-01Fix readDir exampleEelco Dolstra
Fixes https://github.com/NixOS/nixos-homepage/issues/46.
2015-07-28Add sort primopEelco Dolstra
2015-07-28Add primop genListEelco Dolstra
This can be used to implement functions like ‘imap’ (or for that matter, ‘map’) without the quadratic complexity incurred by calling ‘++’ repeatedly.
2015-07-24Add replaceStrings primopEelco Dolstra
This is a generalisation of replaceChars in Nixpkgs.
2015-07-23Add primops all and anyEelco Dolstra
These are used thousands of times during NixOS evaluation, so it's useful to speed them up.
2015-07-23Add foldl' primopEelco Dolstra
2015-06-01Document tarball downloadingEelco Dolstra
2015-02-19Allow the leading component of a path to be a ~Shea Levy
2015-02-17Use $<attr>Path instead of $<attr> for passAsFileEelco Dolstra
2015-02-17Allow passing attributes via files instead of environment variablesEelco Dolstra
Closes #473.
2015-02-17Keep sortedEelco Dolstra
2015-01-08Fix typo (assuming this is a typo)Данило Глинський (Danylo Hlynskyi)
Fix typo (assuming this is a typo) `allowedRequisites` mentions `allowedReferences` in code example
2014-12-14Add section on SSH substituterEelco Dolstra
2014-12-14Delete the stdenv sectionEelco Dolstra
It's outdated and better covered in the Nixpkgs manual.
2014-11-15Document functorsShea Levy
2014-10-29Document some primopsEelco Dolstra
2014-09-23manual: add a note that lists are strict in lengthVladimír Čunát
Close #345.
2014-09-16Tweak some chapter titlesEelco Dolstra
2014-09-16Merge branch 'master' of github.com:thatdocslady/nixEelco Dolstra
Conflicts: doc/manual/release-notes.xml doc/manual/writing-nix-expressions.xml
2014-08-27Restructuring the Nix manualMikey Ariel