Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-07 | Merge pull request #7758 from peterbecich/clang11-devshell-documentation | Eelco Dolstra | |
fix documentation for `clang11Stdenv` dev shell | |||
2023-02-07 | Merge pull request #7768 from ncfavier/fixup-7714 | Valentin Gagarin | |
2023-02-07 | add "instantiate" to glossary | Valentin Gagarin | |
2023-02-07 | doc: fixup 7714 | Naïm Favier | |
2023-02-05 | fix `clang11Stdenv` dev shell documentation | Peter Becich | |
`clang11StdenvPackages` does not exist ``` │ └───x86_64-linux │ ├───ccacheStdenv: development environment 'nix' │ ├───clang11Stdenv: development environment 'nix' │ ├───clangStdenv: development environment 'nix' │ ├───default: development environment 'nix' │ ├───gccStdenv: development environment 'nix' │ ├───libcxxStdenv: development environment 'nix' │ └───stdenv: development environment 'nix' ``` | |||
2023-02-02 | Merge pull request #7607 from Hoverbear/installation-expand | Eelco Dolstra | |
Expand installation.md | |||
2023-02-01 | Merge pull request #7719 from andersk/manual-timestamp | Eelco Dolstra | |
manual: Document that the store timestamp is now 1, not 0 | |||
2023-01-30 | manual: Document that the store timestamp is now 1, not 0 | Anders Kaseorg | |
Commit 14bc3ce3d6d5745717fa19b8b43b5fdd117ff757 (0.13~43) changed the timestamps in the Nix store from 0 to 1. Update the nix-store man page to match. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
2023-01-30 | doc: add `__structuredAttrs`, `outputChecks`, `unsafeDiscardReferences` | Naïm Favier | |
2023-01-30 | Fix the release-notes | Théophane Hufschmitt | |
Slightly butchered during the merge | |||
2023-01-30 | Merge branch 'master' into referenceablePaths | Théophane Hufschmitt | |
2023-01-25 | Update doc/manual/src/release-notes/rl-2.13.md | John Ericson | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2023-01-24 | Fix the 2.13 changelog | John Ericson | |
It is just the new CLI that gets the `^` syntax. The old CLI already has a (slightly different) `!` syntax. Fixes #7682 | |||
2023-01-24 | doc: fix anchor links in and to glossary | Felix Uhl | |
2023-01-23 | Merge pull request #7447 from aakropotkin/read-file-type | Robert Hensing | |
Read file type | |||
2023-01-23 | Add `rapidcheck` dependency for testing | John Ericson | |
Property tests are great! Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com> | |||
2023-01-23 | rl-next.md: Minor improvement | Robert Hensing | |
2023-01-23 | Merge pull request #7641 from layus/coerce-strings-fixups | Théophane Hufschmitt | |
Coerce strings fixups | |||
2023-01-22 | primop: add readFileType, optimize readDir | Alex Ameen | |
Allows checking directory entry type of a single file/directory. This was added to optimize the use of `builtins.readDir` on some filesystems and operating systems which cannot detect this information using POSIX's `readdir`. Previously `builtins.readDir` would eagerly use system calls to lookup these filetypes using other interfaces; this change makes these operations lazy in the attribute values for each file with application of `builtins.readFileType`. | |||
2023-01-20 | doc: fix update operator description | Florian Paul Schmidt | |
2023-01-20 | Merge pull request #7490 from fricklerhandwerk/doc-realise | Théophane Hufschmitt | |
define the terms "realise" and "valid" for store paths | |||
2023-01-19 | Merge pull request #7629 from phip1611/patch-3 | Valentin Gagarin | |
2023-01-19 | doc: update language/index.md | Philipp Schuster | |
- make `<nixpkgs>` visible (was blank in the rendered version) | |||
2023-01-19 | Revert "Revert "Merge pull request #6204 from layus/coerce-string"" | Guillaume Maudoux | |
This reverts commit 9b33ef3879a764bed4cc2404a08344c3a697a646. | |||
2023-01-19 | Merge pull request #7640 from marceltransier/patch-2 | Eelco Dolstra | |
Fix update operator usage in operators.md | |||
2023-01-19 | Fix update operator usage in operators.md | Marcel Transier | |
2023-01-18 | Fix markdown error in operators.md | Marcel Transier | |
Escape logical or pipe in markdown table according to https://github.github.com/gfm/#example-200 | |||
2023-01-18 | Relase notes: add empty flake registry | Lorenzo Manacorda | |
Introduced in #5420 | |||
2023-01-18 | Update binary-cache-substituter.md (#7628) | Philipp Schuster | |
`binary-caches` is deprecated and `substituters` the new recommended option. | |||
2023-01-18 | Revert "Merge pull request #6204 from layus/coerce-string" | Robert Hensing | |
This reverts commit a75b7ba30f1e4f8b15e810fd18e63ee9552e0815, reversing changes made to 9af16c5f742300e831a2cc400e43df1e22f87f31. | |||
2023-01-17 | Typo | Eelco Dolstra | |
2023-01-17 | Release notes | Eelco Dolstra | |
2023-01-16 | Expand installation.md | Ana Hobden | |
Changes the `quick-start.md` to recommend a multi-user install, since single-user is not supported on MacOS and https://nixos.org/download.html recommends multi-user. Expands `installation.md` to reflect wording on https://nixos.org/download.html | |||
2023-01-10 | Merge pull request #7541 from hercules-ci/check-manual-links | Robert Hensing | |
Check links in the manual | |||
2023-01-10 | doc/manual/src/contributing/hacking.md: Apply suggestion | Robert Hensing | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-01-10 | doc/manual/hacking: Document @docroot@ variable | Robert Hensing | |
2023-01-10 | doc/manual: Apply suggestions from code review | Robert Hensing | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-01-10 | doc/manual: Move the html files back where they were before | Robert Hensing | |
... before the link checking "output" was added, bumping the html output into a subdirectory. | |||
2023-01-10 | doc/manual: Document hacking on the manual links | Robert Hensing | |
2023-01-10 | doc/manual: Fix broken internal links | Robert Hensing | |
The targets I could find. | |||
2023-01-10 | doc/manual: Introduce @docroot@ as a stable base for includable snippets | Robert Hensing | |
This way the links are clearly within the manual (ie not absolute paths), while allowing snippets to reference the documentation root reliably, regardless of at which base url they're included. | |||
2023-01-10 | manual: Check links | Robert Hensing | |
mdbook-linkcheck is not consistent about its warning setting. It disables some warnings, but not the warnings about lack of fragment checking support; hence the extra filtering. | |||
2023-01-09 | Add a pointer from "realising" to `nix log`. (#4876) | Jeremy Fleischman | |
2023-01-06 | Merge pull request #7498 from fricklerhandwerk/path+string | Eelco Dolstra | |
refactor documentation of operators, document `+` for strings and paths | |||
2023-01-05 | Merge pull request #7500 from akhildevelops/patch-1 | Eelco Dolstra | |
Updated docs to delete build users and group | |||
2023-01-05 | bring back table, extract annotations | Valentin Gagarin | |
this makes the table less unwieldy, and leaves enough space for extensive explanations. | |||
2023-01-05 | add links to documentation for data types | Valentin Gagarin | |
2023-01-05 | use more self-explanatory placeholder names | Valentin Gagarin | |
2023-01-05 | add semantics of overloaded `+` operator | Valentin Gagarin | |
2023-01-05 | reword descriptions of operators | Valentin Gagarin | |
add notes on semantics where appropriate |