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