Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | Merge pull request #7448 from edolstra/remove-auto-assign | Eelco Dolstra | |
Remove auto assign | |||
2022-12-12 | Merge pull request #7423 from edolstra/legacy-cli-flakes | Eelco Dolstra | |
Support flake references in the old CLI | |||
2022-12-12 | Add docs from the lazy-trees branch | Eelco Dolstra | |
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 | Move isUri() and resolveUri() out of filetransfer.cc | Eelco Dolstra | |
These are purely related to NIX_PATH / -I command line parsing, so put them in libexpr. | |||
2022-12-12 | Merge pull request #7421 from edolstra/lazy-trees-trivial-changes | Eelco Dolstra | |
Trivial changes from the lazy-trees branch | |||
2022-12-12 | Remove auto assign | Eelco Dolstra | |
2022-12-12 | Tweak NIX_PATH description | Eelco Dolstra | |
2022-12-12 | -I description: Use -I examples | Eelco Dolstra | |
2022-12-12 | Fix indentation | Eelco Dolstra | |
2022-12-12 | Use get_ptr() | Eelco Dolstra | |
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-12-12 | Manual improvements | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-12 | Cleanup | Eelco Dolstra | |
2022-12-12 | Update URL | Eelco Dolstra | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-12 | Optimize string concatenation | Eelco Dolstra | |
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | |||
2022-12-12 | Merge pull request #7441 from andir/ignoreEnforceDeterminism | Théophane Hufschmitt | |
Ignore the enforceDeterminism value | |||
2022-12-10 | Ignore the enforceDeterminism value | Andreas Rammhold | |
We used to set enforceDeterminism to true in the settings (by default) and thus did send a non-zero value over the wire. The value should probably be ignored as it should only matter if nrRounds is non-zero as well. Having the old code here where the value is expected to be zero only works with the same version of Nix where we are sending zero. We should always test this against older Nix versions being client or server as otherwise upgrade in larger networks might be a pain. Fixes 8e0946e8df968391d1430af8377bdb51204e4666 | |||
2022-12-09 | Merge pull request #7435 from edolstra/remove-repeat-tests | Eelco Dolstra | |
Remove tests for --repeat | |||
2022-12-09 | Remove tests for --repeat | Eelco Dolstra | |
https://hydra.nixos.org/build/201125739 | |||
2022-12-09 | Merge pull request #7324 from CircuitCoder/master | Théophane Hufschmitt | |
Update uninstall guide involving systemd | |||
2022-12-09 | Merge pull request #6645 from Artturin/limitinfinity | Théophane Hufschmitt | |
systemd,launchd match nixos open files limit | |||
2022-12-09 | Merge pull request #7409 from tweag/fix-6383 | Théophane Hufschmitt | |
check the store for input before failing (hopefully fix #6383) | |||
2022-12-08 | Merge pull request #7379 from fricklerhandwerk/refactor-generate-options | Théophane Hufschmitt | |
refactor rendering documentation of options | |||
2022-12-07 | Merge pull request #7404 from ncfavier/tmpdir-tests | Théophane Hufschmitt | |
tests: don't refer to TMPDIR | |||
2022-12-07 | Merge pull request #7414 from hercules-ci/version-newline | Eelco Dolstra | |
.version: Add newline | |||
2022-12-07 | Merge pull request #7099 from lheckemann/remove-repeat | Eelco Dolstra | |
Remove repeat option | |||
2022-12-07 | do not render links in man pages | Valentin Gagarin | |
this is a follow-up on e7dcacb. most links are relative and this should not be too much of a detriment. | |||
2022-12-07 | use HTML anchors for config parameters | Valentin Gagarin | |
this avoids incorrect rendering on the man pages, since `lowdown` neither parses the anchor syntax nor HTML. this should rather be fixed in lowdown, as adding more anchors would otherwise produce ever more noise and error-prone repetition. | |||
2022-12-07 | Merge branch 'master' into remove-repeat | Eelco Dolstra | |
2022-12-07 | Trivial changes from the lazy-trees branch | Eelco Dolstra | |
2022-12-07 | flake.nix: Use nixpkgs.lib.fileContents | Robert Hensing | |
2022-12-07 | Post build hook signing (#7408) | endgame | |
* docs: Use secret-key-files when demonstrating post-build-hooks The docs used to recommend calling `nix store sign` in a post-build hook, but on more recent versions of nix, this results in unsigned store paths being copied into binary caches. See https://github.com/NixOS/nix/issues/6960 for details. Instead, use the `secret-key-files` config option, which signs all locally-built derivations with the private key. Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2022-12-07 | .version: Add newline | Robert Hensing | |
2022-12-07 | Merge pull request #7419 from fricklerhandwerk/installer-contact | Eelco Dolstra | |
let installer blurb to to community page | |||
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-07 | Merge pull request #7418 from fricklerhandwerk/installer-issue | Théophane Hufschmitt | |
add template for installer issues | |||
2022-12-07 | let installer blurb point to community page | Valentin Gagarin | |
being too specific about it requires more maintenance (or otherwise produced more confusion and churn), since these points of contact change over time. | |||
2022-12-07 | add template for installer issues | Valentin Gagarin | |
since the installer prompts users to file issues, labelling them automatically should reduce triaging effort significantly. | |||
2022-12-06 | Merge pull request #7413 from NixOS/bump-2.13 | Eelco Dolstra | |
Bump version to 2.13 | |||
2022-12-06 | Bump version | Eelco Dolstra | |
2022-12-06 | improve style | Taeer Bar-Yam | |
2022-12-06 | tests: don't refer to TMPDIR | Naïm Favier | |
2022-12-06 | Merge pull request #7410 from edolstra/release-notes | Eelco Dolstra | |
Branch 2.12 release notes | |||
2022-12-06 | Release notes | Eelco Dolstra | |
2022-12-06 | Merge pull request #7382 from fricklerhandwerk/doc-automatic-uid | Eelco Dolstra | |
move documentation on `auto-allocate-uids` to options docs | |||
2022-12-06 | Tweak option descriptions | Eelco Dolstra | |
2022-12-05 | check the store for input before failing (hopefully fix #6383) | Taeer Bar-Yam | |
2022-12-05 | Merge pull request #7390 from Radvendii/fix-6383 | Théophane Hufschmitt | |
check the store for input before failing (hopefully fix #6700) | |||
2022-12-05 | Merge pull request #7401 from Mic92/cgroup-typo | Eelco Dolstra | |
getMaxCPU: fix cgroup path |