Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Merge pull request #7447 from aakropotkin/read-file-type | Robert Hensing | |
Read file type | |||
2023-01-23 | rl-next.md: Minor improvement | Robert Hensing | |
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-19 | Revert "Revert "Merge pull request #6204 from layus/coerce-string"" | Guillaume Maudoux | |
This reverts commit 9b33ef3879a764bed4cc2404a08344c3a697a646. | |||
2023-01-18 | Relase notes: add empty flake registry | Lorenzo Manacorda | |
Introduced in #5420 | |||
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-03 | move `unsafeDiscardReferences` out of `outputChecks` | Naïm Favier | |
It's not a check. | |||
2023-01-03 | `unsafeDiscardReferences` | Naïm Favier | |
Adds a new boolean structured attribute `outputChecks.<output>.unsafeDiscardReferences` which disables scanning an output for runtime references. __structuredAttrs = true; outputChecks.out.unsafeDiscardReferences = true; This is useful when creating filesystem images containing their own embedded Nix store: they are self-contained blobs of data with no runtime dependencies. Setting this attribute requires the experimental feature `discard-references` to be enabled. | |||
2023-01-02 | Merge remote-tracking branch 'origin/master' into coerce-string | Eelco Dolstra | |
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> | |||
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-13 | Merge pull request #7456 from ncfavier/fix-links | Eelco Dolstra | |
doc: fix links | |||
2022-12-13 | doc: fix links | Naïm Favier | |
2022-12-12 | Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs | John Ericson | |
2022-12-12 | Improve release notes | John Ericson | |
2022-12-12 | Add links to the manual | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-12 | Support flake references in the old CLI | Eelco Dolstra | |
Fixes #7026. | |||
2022-12-12 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
2022-12-07 | Merge branch 'master' into remove-repeat | Eelco Dolstra | |
2022-12-07 | Remove repeat and enforce-determinism options | Linus Heckemann | |
These only functioned if a very narrow combination of conditions held: - The result path does not yet exist (--check did not result in repeated builds), AND - The result path is not available from any configured substituters, AND - No remote builders that can build the path are available. If any of these do not hold, a derivation would be built 0 or 1 times regardless of the repeat option. Thus, remove it to avoid confusion. | |||
2022-12-06 | Release notes | Eelco Dolstra | |
2022-12-01 | move documentation on `auto-allocate-uids` to options docs | Valentin Gagarin | |
this is where it belongs and can be found together with the other options. | |||
2022-11-28 | Add example | Eelco Dolstra | |
2022-11-28 | Add a setting for enabling cgroups | Eelco Dolstra | |
2022-11-25 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
2022-11-23 | Include UID in hex | Eelco Dolstra | |
2022-11-23 | Add release notes | Eelco Dolstra | |
2022-11-14 | Add release-notes for the context-restriction in readFile | Théophane Hufschmitt | |
2022-10-28 | Merge branch 'master' into indexed-store-path-outputs | John Ericson | |
2022-10-22 | Fixup merge typo | Guillaume Maudoux | |
2022-10-16 | Merge remote-tracking branch 'origin/master' into coerce-string | Guillaume Maudoux | |
2022-09-16 | release-notes/rl-next.md: note new argument to fetchurl.nix | Adam Joseph | |
2022-09-07 | WIP: broken merge but need a git checkpoint | Guillaume Maudoux | |
2022-08-24 | Branch 2.11 release notes | Eelco Dolstra | |
2022-07-20 | Merge branch 'master' into parallel-nix-copy | Théophane Hufschmitt | |
2022-07-15 | Leverage existing docs for new store-path^outputs syntax | John Ericson | |
2022-07-15 | Remove `computed-derivations` experimental feature | John Ericson | |
We don't need it yet. | |||
2022-07-14 | Merge remote-tracking branch 'upstream/master' into indexed-store-path-outputs | John Ericson | |
2022-07-11 | Branch 2.10 release notes | Eelco Dolstra | |
2022-07-11 | Update release notes | Eelco Dolstra | |
2022-07-06 | Add a release notes entry for #4914 | Théophane Hufschmitt | |
cc @gytis-ivaskevicius | |||
2022-06-15 | Apply suggestions from code review | tomberek | |
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-06-08 | Mention the parallel copy in the release notes | Théophane Hufschmitt | |
2022-06-02 | Merge branch 'master' into nix-repl-flakes | Tom Bereknyei | |