Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-14 | warnings: switch to info level when using a saved substituter | Solène Rapenne | |
2022-12-13 | Merge pull request #7454 from tweag/build-no-gc-in-hydra | Eelco Dolstra | |
Build Nix with the GC disabled in hydra | |||
2022-12-13 | Build Nix with the GC disabled in hydra | Théophane Hufschmitt | |
Make sure that it still compiles as it's easy to accidentally break one of the `#if` guarded clauses | |||
2022-12-13 | Merge pull request #6741 from Mindavi/nix-no-gc | Théophane Hufschmitt | |
support building with --enable-gc=no | |||
2022-12-12 | support building with --enable-gc=no | Rick van Schijndel | |
Some minor changes fixing the build without boehm. Fixes NixOS#6250 | |||
2022-12-12 | Merge pull request #7334 from chaoflow/stack-trace-order | Valentin Gagarin | |
Show stack trace above error message with innermost first | |||
2022-12-12 | Simplify loop, feedback from @tfc and @Ericson2314 | Florian Friesdorf | |
2022-12-12 | Fix stack context notes to not rely on order | John Ericson | |
Make everything be in the form "while ..." (most things were already), and in particular *don't* use other propositions that must go after or before specific "while ..." clauses to make sense. | |||
2022-12-12 | Show stack trace above error message | Florian Friesdorf | |
Save developers from scrolling by displaying the error message last, below the stack trace. | |||
2022-12-12 | Don't reverse stack trace when showing | Florian Friesdorf | |
When debugging nix expressions the outermost trace tends to be more useful than the innermost. It is therefore printed last to save developers from scrolling. | |||
2022-12-12 | Merge pull request #7436 from edolstra/enable-lang-tests | Eelco Dolstra | |
Enable some language tests that were accidentally disabled | |||
2022-12-12 | Merge pull request #5420 from bew/allow-disable-global-registry | Théophane Hufschmitt | |
Allow to disable global flake-registry with "" | |||
2022-12-12 | Fix reference to test directory path | Eelco Dolstra | |
2022-12-12 | Fix unused variable warning | Eelco Dolstra | |
2022-12-12 | Enable some language tests that were accidentally disabled | Eelco Dolstra | |
This didn't run because the corresponding .exp file didn't exist. | |||
2022-12-12 | Allow to disable global flake-registry with "" | Benoit de Chezelles | |
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 | |