Domen Kožar
5339ae4437
Merge pull request #576 from qknight/args_explanation
...
extended args@ explanation
2016-05-30 23:40:17 +01:00
Joachim Schiele
6766041b84
Update language-constructs.xml
2016-05-30 23:58:45 +02:00
Joachim Schiele
659a3e399b
Update language-constructs.xml
2016-05-30 23:58:13 +02:00
Scott R. Parish
96d3534a9e
fix "nix-build" examples
...
The existing "nix-build" examples were failing:
error: cannot auto-call a function that has an argument without a default value (‘system’)
Thanks to @groxxda on irc for pointing out the fix!
Updated to completely remove unneeded path argument, suggested by @joachifm
Updated to remove other occurences of `all-packages.nix` from files as
suggested by @domenkozar
2016-04-26 13:30:57 -07:00
Eelco Dolstra
b3e8d72770
Merge pull request #762 from ctheune/ctheune-floats
...
Implement floats
2016-02-12 12:49:59 +01:00
Christian Theune
b4bda4765a
Update documentation for floats.
2016-01-06 08:41:53 +01:00
Vladimír Čunát
29c0199d5c
manual: document builtins.functionArgs
...
The text is just a conversion of comment from src/libexpr/primops.cc
2016-01-05 13:29:17 +01:00
Eelco Dolstra
ce97523a7c
Fix readDir example
...
Fixes https://github.com/NixOS/nixos-homepage/issues/46 .
2015-09-01 16:53:51 +02:00
Eelco Dolstra
76cc8e97a2
Add sort primop
2015-07-28 18:39:39 +02:00
Eelco Dolstra
50807f3dd5
Add primop genList
...
This can be used to implement functions like ‘imap’ (or for that
matter, ‘map’) without the quadratic complexity incurred by calling
‘++’ repeatedly.
2015-07-28 17:28:35 +02:00
Eelco Dolstra
d6d5885c15
Add replaceStrings primop
...
This is a generalisation of replaceChars in Nixpkgs.
2015-07-24 15:32:24 +02:00
Eelco Dolstra
14be783676
Add primops all and any
...
These are used thousands of times during NixOS evaluation, so it's
useful to speed them up.
2015-07-23 19:23:11 +02:00
Eelco Dolstra
61af14a921
Add foldl' primop
2015-07-23 17:03:02 +02:00
Joachim Schiele
8ce96becf0
extended args@ explanation
2015-07-07 02:09:50 +02:00
Eelco Dolstra
da196ec68f
Document tarball downloading
2015-06-01 15:14:44 +02:00
Shea Levy
e0953d53de
Allow the leading component of a path to be a ~
2015-02-19 08:05:16 -05:00
Eelco Dolstra
bd91064150
Use $<attr>Path instead of $<attr> for passAsFile
2015-02-17 16:42:54 +01:00
Eelco Dolstra
a70d275f3d
Allow passing attributes via files instead of environment variables
...
Closes #473 .
2015-02-17 14:42:15 +01:00
Eelco Dolstra
29e1ff675b
Keep sorted
2015-02-17 13:55:37 +01:00
Данило Глинський (Danylo Hlynskyi)
ed56ea980b
Fix typo (assuming this is a typo)
...
Fix typo (assuming this is a typo)
`allowedRequisites` mentions `allowedReferences` in code example
2015-01-08 16:43:56 +01:00
Eelco Dolstra
2142f47c06
Add section on SSH substituter
2014-12-14 03:19:15 +01:00
Eelco Dolstra
68b4717873
Delete the stdenv section
...
It's outdated and better covered in the Nixpkgs manual.
2014-12-14 01:39:32 +01:00
Shea Levy
3d604ac88c
Document functors
2014-11-15 16:25:47 -05:00
Eelco Dolstra
722bd041ce
Document some primops
2014-10-29 16:18:03 +01:00
Vladimír Čunát
c313d86bb8
manual: add a note that lists are strict in length
...
Close #345 .
2014-09-23 15:08:33 +02:00
Eelco Dolstra
57f6463ec0
Tweak some chapter titles
2014-09-16 14:38:37 +02:00
Eelco Dolstra
f0ef6b74b9
Merge branch 'master' of github.com:thatdocslady/nix
...
Conflicts:
doc/manual/release-notes.xml
doc/manual/writing-nix-expressions.xml
2014-09-16 14:13:36 +02:00
Mikey Ariel
8901acc976
Restructuring the Nix manual
2014-08-27 18:41:09 +02:00