Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2023-01-05 | convert table to subsections | Valentin Gagarin | |
this form is much easier to maintain (also with minimal diffs), and allows for more details on each operator. this change a purely mechanical transformation, without changing any contents. | |||
2023-01-05 | reorder columns | Valentin Gagarin | |
this is for a simpler transformation into a series of subsections | |||
2023-01-03 | define the terms "realise" and "valid" for store paths | Valentin Gagarin | |
add links to the glossary definition where the terms are used | |||
2023-01-02 | Merge remote-tracking branch 'origin/master' into coerce-string | Eelco Dolstra | |
2023-01-02 | Merge pull request #7278 from fricklerhandwerk/antiquotation | Théophane Hufschmitt | |
antiquotation -> string interpolation | |||
2023-01-02 | Merge pull request #7066 from fricklerhandwerk/architecture-overview | Théophane Hufschmitt | |
manual: architecture overview | |||
2023-01-02 | antiquotation -> string interpolation | Valentin Gagarin | |
as proposed by @mkaito[1] and @tazjin[2] and discussed with @edolstra and Nix maintainers [1]: https://github.com/NixOS/nix.dev/pull/267#issuecomment-1270076332 [2]: https://github.com/NixOS/nix.dev/pull/267#issuecomment-1270201979 Co-authored-by: John Ericson <git@JohnEricson.me> Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2023-01-02 | Merge pull request #7470 from obsidiansystems/simplify-tests-slightly | Eelco Dolstra | |
Make `./mk/run-test.sh` work by itself; add `mk/debug-test.sh` | |||
2023-01-02 | Merge pull request #7485 from fricklerhandwerk/doc-store-derivation | Théophane Hufschmitt | |
define "store derivation" | |||
2022-12-23 | Apply suggestions from code review | John Ericson | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-23 | nix develop: Set personality | Eelco Dolstra | |
This makes 'nix develop' set the Linux personality in the same way that the actual build does, allowing a command like 'nix develop nix#devShells.i686-linux.default' on x86_64-linux to work correctly. | |||
2022-12-23 | Deletes build users and group | Akhil | |