Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | Manpages: Do not refer to nixpkgs-channels | Joachim Breitner | |
Unless I am misinformed, using the `nixpkgs` repository directly is now preferred? | |||
2020-05-21 | documentation: avoid unquoted URLs | Krzysztof Gogolewski | |
2020-05-16 | Remove -j option from simple-build-testing | Jörg Thalheim | |
By default Nix/NixOS already set a reasonable default `max-jobs = auto` so we don't need to mention it in this tutorial. The option is still documented in other parts of the documentation if users ever stumble over this. Fixes https://github.com/NixOS/nix/issues/2531 | |||
2020-04-07 | Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix | Eelco Dolstra | |
2020-03-29 | Add documentation for submodule support in fetchGit | Julian Stecklina | |
2019-12-03 | doc/manual: add ids to the advanced attribute definitions | Profpatsch | |
This makes it possible to reference single attribute definitions, for pointing people to their exact definition. | |||
2019-12-03 | doc/manual: add note to `allowSubstitutes` advanced attribute | Profpatsch | |
2019-11-25 | Document builtins.placeholder | Arnout Engelen | |
2019-10-21 | Tweak path hint | Ersin Akinci | |
2019-10-21 | Add hint about path in builtins.import | Ersin Akinci | |
2019-10-21 | Revert "Document import <path> syntax" | Ersin Akinci | |
This reverts commit d8730fb86facadbef22d3df7f8a743a56e7ed53c. | |||
2019-10-20 | Document import <path> syntax | Ersin Akinci | |
2019-10-08 | Fix typos in the Nix Manual. | Danny Bautista | |
2019-09-30 | Merge pull request #3080 from Infinisil/tryEval-docs | Domen Kožar | |
docs: Note that tryEval doesn't do deep evaluation | |||
2019-09-17 | Move 'builtins.splitVersion' to position respecting alphabetical order | Alexandre Esteves | |
2019-09-11 | docs: Use the explicit ref for fetchGit with a tag | Julien Tanguy | |
With the merge of #2582, the syntax "tags/1.9" for refs does not work anymore. However, the new syntax "refs/tags/1.9" seems to support annotated tags, such as "refs/tags/2.0". Closes #2385. | |||
2019-09-11 | docs: Fix a typo in github in an example | Julien Tanguy | |
2019-09-03 | docs: Note that tryEval doesn't do deep evaluation | Silvan Mosberger | |
2019-08-27 | docs: operators: Make OR and AND capitalized | Graham Christensen | |
2019-08-23 | operators: document exact precedenc, split up similar operators | Graham Christensen | |
2019-07-06 | Merge pull request #2882 from grahamc/docs/1115-tarball-ttl | Eelco Dolstra | |
tarball-ttl: document | |||
2019-07-05 | tarball-ttl: document | Graham Christensen | |
Incorporates text from Niklas Hambüchen in #2978 Closes #1115 | |||
2019-07-02 | Merge pull request #2582 from LnL7/fetchgit-refs | Eelco Dolstra | |
fetchGit: allow fetching explicit refs | |||
2019-07-02 | builtins.fetchGit: document absolute ref support | Graham Christensen | |
2019-06-04 | Minor typo | JorisE | |
2019-05-21 | doc: clarify that optional attrs in a function argument will be ignored ↵ | Maximilian Bosch | |
unless specified In `args@{ a ? 1 }: /* ... */` the value `a` won't be a part of `args` unless it's specified when calling the function, the default value will be ignored in this case. My personal point of view is that this behavior is a matter of taste, at least I was pretty sure that unmatched arguments will be a part of `args@` while debugging some Nix code last week. I decided to add a warning to the docs which hopefully reduces the confusion of further Nix developers who thought the same about `args@`. | |||
2019-05-03 | Add builtins.hashFile | Daniel Schaefer | |
For text files it is possible to do it like so: `builtins.hashString "sha256" (builtins.readFile /tmp/a)` but that doesn't work for binary files. With builtins.hashFile any kind of file can be conveniently hashed. | |||
2019-03-24 | Add isPath primop | zimbatm | |
this is added for completeness' sake since all the other possible `builtins.typeOf` results have a corresponding `builtins.is<Type>` | |||
2019-03-21 | manual: include builtins.* for globally available builtins | Linus Heckemann | |
This improves searchability. | |||
2019-03-01 | manual nitpick: document sha512 support in hashString | Vladimír Čunát | |
2018-11-13 | manual: quote $servlets | Felix C. Stegerman | |
2018-11-12 | fix typo (s/gift/git/) | Felix C. Stegerman | |
2018-11-09 | Manual: build locally -> build | Eelco Dolstra | |
2018-11-08 | Fix manual build | Linus Heckemann | |
This was broken by some missing closing tags in 0bea4a50e03 | |||
2018-11-08 | Merge pull request #2524 from domenkozar/deprecate-toPath | Eelco Dolstra | |
Deprecate builtins.toPath | |||
2018-11-08 | Deprecate builtins.toPath | Domen Kožar | |
2018-11-07 | Document allowSubstitutes | Eelco Dolstra | |
2018-11-07 | Fix preferLocalBuild description | Eelco Dolstra | |
preferLocalBuild does not in fact prevent substitution. | |||
2018-10-04 | Docs: update fixed output hashes | Benjamin Hipple | |
`fetchurl` will now throw if given an `md5`, and the hashes have generally been upgraded to avoid it and use `sha256` as a default. This updates the documentation examples in the manual accordingly. | |||
2018-10-02 | manual: add XML IDs to all builtin list entries | Profpatsch | |
2018-09-01 | Merge pull request #2309 from symphorien/disallowed-man | Eelco Dolstra | |
add manual entries for disallowedRequisites and disallowedReferences | |||
2018-09-01 | Merge pull request #2384 from graham-at-target/fetch-git-examples | Eelco Dolstra | |
docs: Add some examples to fetchGit | |||
2018-08-31 | Drop ssh://... as a required formatting for builtins.fetchGit | Graham Christensen | |
2018-08-31 | docs: Add IDs to important sections | Graham Christensen | |
2018-08-31 | docs: Add some examples to fetchGit | Graham Christensen | |
2018-07-26 | add manual entries for disallowedRequisites and disallowedReferences | Symphorien Gibol | |
2018-06-10 | manual: builtins.fromJSON: remove the claim that floats are not allowed | Michael Raskin | |
floating-point numbers are supported now, including the fromJSON builtin. Reported on IRC by inquisitiv3 | |||
2018-05-30 | Explicitly describe the effects of filterSource excluding a directory. | Shea Levy | |
2018-05-30 | Merge pull request #2164 from mickours/doc-fetchTarball-timout | Graham Christensen | |
Explain fetchTarball timeout behavior in the doc | |||
2018-05-30 | Explain fetchTarball timeout behavior in the doc | Michael Mercier | |