Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-13 | Remove callout graphics | Eelco Dolstra | |
Fixes #3396. | |||
2020-03-13 | style.css: Remove | Eelco Dolstra | |
This file is licensed under the GPL. Originally, Nix was also GPL-licensed so that was fine. However, we later changed the license to the LGPL but missed the fact that style.css has an incompatible license. Since the Nix manual at nixos.org uses its own styling, we can remove this file. Fixes #3392. | |||
2020-03-11 | nixos.org/releases -> releases.nixos.org | Eelco Dolstra | |
2020-02-19 | Merge pull request #3332 from Calvin-L/patch-1 | Eelco Dolstra | |
Document that autoconf is a dependency | |||
2020-02-19 | Typo | Eelco Dolstra | |
2020-02-15 | doc: mention how to turn on pure evaluation mode in manual | Benjamin Hipple | |
The flag is `--pure-eval`, which can be found by looking at the test suite; it should be in the notes describing the feature as well, since otherwise users may assume this is referencing something like `nix-shell --pure`. | |||
2020-01-26 | Document that autoconf is a dependency | Calvin Loncaric | |
2020-01-14 | doc: touchup release notes for 2.3 | Benjamin Hipple | |
- At the top of the release notes, we announce sandboxing is now enabled by default, then at the bottom it says it's now disabled when missing kernel support. These can be merged into one point for clarity. - The point about `max-jobs` defaulting to 1 appears unrelated to sandboxing. | |||
2020-01-09 | Add link to official channels in nix-channel command ref | Joe Pea | |
2020-01-09 | Add a link to official channels in the Channels chapter. | Joe Pea | |
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-26 | Typo | Eelco Dolstra | |
2019-11-26 | Merge branch 'document-dry-run-option' of https://github.com/Ma27/nix | Eelco Dolstra | |
2019-11-25 | Document builtins.placeholder | Arnout Engelen | |
2019-11-10 | manual: nix-shell: Elaborate on using `-p` with expressions. | Niklas Hambüchen | |
This documents the outcome of the change in https://github.com/NixOS/nix/issues/454: > We can also automatically add parentheses in the generated > `buildInputs`, so you can type `nix-shell -p "expr"` > instead of `"(expr"). | |||
2019-11-07 | doc: Document `--dry-run` option for `nix-build` | Maximilian Bosch | |
2019-11-05 | Fix manual build | Eelco Dolstra | |
2019-11-05 | Merge pull request #3193 from matthewbauer/patch-11 | Eelco Dolstra | |
Update man to show that nix-shell allows --arg | |||
2019-11-05 | Merge pull request #3180 from kevinastock/patch-1 | Eelco Dolstra | |
docs: fix upper bound on number of consumed cores | |||
2019-11-05 | Merge pull request #3199 from kevinastock/patch-2 | Eelco Dolstra | |
docs: xref doesn't render in title | |||
2019-11-04 | docs: correct default location of log directory | Kevin Stock | |
2019-11-02 | docs: xref doesn't render in title | Kevin Stock | |
The `post-build-hook` text currently appears in the index, but not on the actual title line of the section, this follows the pattern used in a previous section to get a reference into a title. | |||
2019-11-01 | Update man to show that nix-shell allows --arg | Matthew Bauer | |
2019-10-30 | docs: fix upper bound on number of consumed cores | Kevin Stock | |
2019-10-23 | Merge pull request #3161 from schlarpc/patch-1 | Eelco Dolstra | |
Remove superfluous IAM action for S3 cache | |||
2019-10-22 | Remove superfluous IAM action for S3 cache | Chaz Schlarp | |
`s3:ListObjects` isn't a real IAM action, but _is_ the name of an S3 API method. `s3:ListBucket` is the relevant action for that method. https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazons3.html | |||
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-17 | Merge pull request #2291 from Taneb/master | Eelco Dolstra | |
nix-channel documentation: don't suggest deprecated function | |||
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-23 | Update garbage-collection.xml readability | Joseph Lucas | |
1. remove a typo space 2. Simplify negative style by using affirmative style | |||
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-04 | Tweak release notes | Eelco Dolstra | |
2019-09-04 | Set release date | Eelco Dolstra | |
2019-09-03 | docs: Note that tryEval doesn't do deep evaluation | Silvan Mosberger | |
2019-08-29 | Merge pull request #3048 from toonn/nix-env_doc | Eelco Dolstra | |
Fix nix-env documentation for --delete-generations | |||
2019-08-29 | Reword to clarify newer generations are left alone | toonn | |
My attempt at clarifying the docs resulted in a false explanation. This is now fixed and I added an example to eliminate all possible confusion. | |||
2019-08-27 | Merge branch 'master' of github.com:NixOS/nix | Eelco Dolstra | |
2019-08-27 | Update release notes | Eelco Dolstra | |
2019-08-27 | Merge pull request #3056 from grahamc/operators | Eelco Dolstra | |
operators: document exact precedence, split up similar operators | |||
2019-08-27 | Add 2.3 release notes | Eelco Dolstra | |
2019-08-27 | docs: operators: Make OR and AND capitalized | Graham Christensen | |
2019-08-24 | Merge pull request #2946 from vmandela/proxy | Graham Christensen | |
installer: handle network proxy in systemd multi-user install | |||
2019-08-24 | docs: document the installer's use of proxy env vars | Graham Christensen | |