Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-14 | Merge pull request #5769 from NixOS/ca/get-build-stats | Eelco Dolstra | |
Add a crude tracing mechansim for the build results | |||
2021-12-14 | Merge pull request #5623 from yorickvP/fix-5621 | Théophane Hufschmitt | |
flakes: fix boolean and int nixConfig values | |||
2021-12-14 | Merge pull request #5771 from edolstra/single-file-flake-inputs | Théophane Hufschmitt | |
Re-allow inputs.x.url = "/path/to/file" | |||
2021-12-14 | Add a test for boolean config options in flakes | regnat | |
2021-12-14 | Merge pull request #5702 from baloo/baloo/hide-non-reproducible-settings | Théophane Hufschmitt | |
reproducibility: hide non-reproducible settings from manual | |||
2021-12-14 | Merge pull request #5366 from trofi/speedup-ca-query | Théophane Hufschmitt | |
ca-specific-schema.sql: add index on RealisationsRefs(referrer) | |||
2021-12-14 | Bump version | Eelco Dolstra | |
2021-12-14 | Merge branch 'nixos-21.11' of https://github.com/Mic92/nix-1 | Eelco Dolstra | |
2021-12-13 | queryMissing(): Use a bigger thread pool | Eelco Dolstra | |
This is a temporary hack until we make queryMissing() async. Closes #5324. | |||
2021-12-13 | Merge pull request #5725 from ConnorBaker/master | Eelco Dolstra | |
Add support for .tar.gz shorthand (.tgz) to TarballInputScheme | |||
2021-12-13 | Re-allow inputs.x.url = "/path/to/file" | Eelco Dolstra | |
2021-12-13 | Simplify | Eelco Dolstra | |
2021-12-13 | Merge branch 'arm32-personality' of https://github.com/cleverca22/nix | Eelco Dolstra | |
2021-12-13 | rl-2.5.md: Set date | Eelco Dolstra | |
2021-12-13 | Merge pull request #5770 from edolstra/gc-fixes | Eelco Dolstra | |
Fix macOS GC failures | |||
2021-12-13 | Respect /etc/hosts | Eelco Dolstra | |
https://hydra.nixos.org/build/161439329 | |||
2021-12-13 | Merge branch 'better-interpolation-error-location' of ↵ | Eelco Dolstra | |
https://github.com/greedy/nix | |||
2021-12-13 | nix run: Tweak docs | Eelco Dolstra | |
2021-12-13 | Merge branch 'pname-main-program' of https://github.com/figsoda/nix | Eelco Dolstra | |
2021-12-13 | More debug info | Eelco Dolstra | |
2021-12-13 | gc-non-blocking.sh: Don't hang indefinitely if the GC roots server crashes | Eelco Dolstra | |
2021-12-13 | Retry on ECONNREFUSED | Eelco Dolstra | |
https://hydra.nixos.org/build/161439235 | |||
2021-12-13 | Explicitly make GC roots client sockets blocking | Eelco Dolstra | |
On macOS / BSD, these sockets inherit the non-blocking flag of the server soocket, which is not what we want. https://github.com/dotnet/runtime/issues/25069 https://bugs.python.org/issue7995 https://hydra.nixos.org/build/161439304 | |||
2021-12-13 | Add a crude tracing mechansim for the build results | regnat | |
Add a `_NIX_TRACE_BUILT_OUTPUTS` environment variable that can be set to a filename in which the result of each build will be logged. This is intentionally crude and undocumented as it’s only meant to be a temporary thing to assess the usefulness of CA derivations. Any other use would need a cleaner re-implementation first. | |||
2021-12-13 | More properly track the status of CA builds | regnat | |
Make the build of unresolved derivations return the same status as the resolved one, except in the case of an `AlreadyValid` in which case it will return `ResolvesToAlreadyValid` to mean that the outputs of the unresolved derivation weren’t known, but the resolved one is. | |||
2021-12-13 | Move rl-next.md to rl-2.5.md | Eelco Dolstra | |
2021-12-13 | Add release notes entry for #5149 | Eelco Dolstra | |
2021-12-13 | Merge pull request #5750 from tomberek/patch-1 | Eelco Dolstra | |
Update bug_report.md | |||
2021-12-13 | Merge pull request #5761 from yorickvP/fix-5741 | Eelco Dolstra | |
extract_archive: fix "Hard-link target '...'" error | |||
2021-12-13 | Merge pull request #5763 from yorickvP/evalstate-root | Eelco Dolstra | |
EvalCommand::getEvalState: use gc tracable allocator for EvalState (fix segfault) | |||
2021-12-11 | EvalCommand::getEvalState: use gc tracable allocator for EvalState | Yorick van Pelt | |
2021-12-10 | Merge pull request #5760 from helsinki-systems/fix/doc-remote-builds | Eelco Dolstra | |
doc: Fix command for distributed builds | |||
2021-12-10 | extract_archive: fix "Hard-link target '...'" error | Yorick van Pelt | |
Fixes #5741 | |||
2021-12-10 | extract_archive: use copy_pathname instead of set_pathname. | Yorick van Pelt | |
Libarchive documentation mentions that archive_entry_set_pathname expects us to keep the passed string alive, which we don't. | |||
2021-12-10 | Ignore system.nfs4_acl | Eelco Dolstra | |
Closes #1584. | |||
2021-12-10 | Merge branch 'master' of https://github.com/MagicRB/nix | Eelco Dolstra | |
2021-12-10 | doc: Fix command for distributed builds | Janne Heß | |
We also need to build impurely or the <nixpkgs> lookup will not work. | |||
2021-12-09 | add pull_request_template.md | Tom Bereknyei | |
2021-12-09 | Merge pull request #5752 from NixOS/5706-repl-reassign | Eelco Dolstra | |
Properly take the last assignment in the REPL | |||
2021-12-09 | Merge pull request #5757 from am-on/fix-broken-nixos-channels-link | Eelco Dolstra | |
Fix link to nixos channel | |||
2021-12-09 | Fix link to nixos channel | Amon Stopinšek | |
The old link returned 404 errror. | |||
2021-12-09 | Properly take the last assignment in the REPL | regnat | |
When a variable is assigned in the REPL, make sure to remove any possible reference to the old one so that we correctly pick the new one afterwards Fix #5706 | |||
2021-12-09 | Merge pull request #5695 from obsidiansystems/tidy-logging | Eelco Dolstra | |
Tidy up the logging | |||
2021-12-08 | Merge pull request #5521 from abathur/clearly_mark_validation_step | Domen Kožar | |
installer: clarify starting assumption task | |||
2021-12-08 | Merge pull request #5489 from abathur/fix_macos_install_vim_plugins | Domen Kožar | |
darwin-install: fix break from bad vim plugins | |||
2021-12-07 | darwin-install: fix break from bad vim plugins | Travis A. Everett | |
2021-12-07 | Merge pull request #5730 from abathur/darwin_document_fstab_settings | Eelco Dolstra | |
document some darwin mount settings | |||
2021-12-07 | Tweak warning | Eelco Dolstra | |
2021-12-07 | Merge remote-tracking branch 'origin/5712-ca-drvs-with-old-daemon' | Eelco Dolstra | |
2021-12-07 | Inline file | Eelco Dolstra | |