Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | tests/store-ping: test nix store ping --json | Yorick van Pelt | |
2023-01-31 | nix store ping: try to print json if connect() fails aswell | Yorick van Pelt | |
2023-01-31 | nix store ping: add --json flag | Yorick van Pelt | |
2023-01-30 | Merge pull request #5226 from NixOS/client-side-profiles | Eelco Dolstra | |
Move the default profiles to the user’s home | |||
2023-01-30 | Merge pull request #6988 from max-privatevoid/pr-flake-show-foreign | Théophane Hufschmitt | |
nix flake show: don't evaluate derivations for foreign systems by default | |||
2023-01-30 | Fix the flakes init test | Théophane Hufschmitt | |
Things leading to another... | |||
2023-01-30 | Merge pull request #7087 from ncfavier/referenceablePaths | Théophane Hufschmitt | |
Self-contained outputs | |||
2023-01-30 | Fix the flakes/show test | Théophane Hufschmitt | |
Don't hardcode “x86_64-linux” as this won't work too nicely on other platforms | |||
2023-01-30 | Merge pull request #7645 from ↵ | Théophane Hufschmitt | |
typetetris/fix-url-parsing-file-as-application-scheme Fix url parsing for urls using `file+` | |||
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-30 | Merge pull request #7689 from ncfavier/nix-path-restrict-eval | Théophane Hufschmitt | |
getDefaultNixPath: actually respect `{restrict,pure}-eval` | |||
2023-01-27 | apply showAllSystems to legacyPackages as well | Max | |
2023-01-27 | Document default `nix-path` value | Naïm Favier | |
2023-01-27 | Merge pull request #7648 from hercules-ci/move-nixos-tests | Théophane Hufschmitt | |
Move nixos tests | |||
2023-01-27 | getDefaultNixPath: actually respect `{restrict,pure}-eval` | Naïm Favier | |
Previously, getDefaultNixPath was called too early: at initialisation time, before CLI and config have been processed, when `restrictEval` and `pureEval` both have their default value `false`. Call it when initialising the EvalState instead, and use `setDefault`. | |||
2023-01-27 | Add a test for `nix flake show` | Théophane Hufschmitt | |
2023-01-27 | Merge remote-tracking branch 'nixos/master' into pr-flake-show-foreign | Théophane Hufschmitt | |
2023-01-26 | Merge pull request #7461 from rapenne-s/improve_messaging_untrusted_sub_user | Théophane Hufschmitt | |
Improve warning when an untrusted user is using an untrusted substituter | |||
2023-01-26 | improve documentation about substituters and trusted users | Solène Rapenne | |
Co-authored-by: Théophane Hufschmitt <theophane.hufschmitt@tweag.io> | |||
2023-01-26 | Update src/libstore/daemon.cc | Solène Rapenne | |
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> | |||
2023-01-26 | warnings: enhance the case of untrusted substituter for untrusted user | Solène Rapenne | |
2023-01-25 | Merge pull request #7685 from obsidiansystems/fix-change-log | Eelco Dolstra | |
Fix the 2.13 changelog | |||
2023-01-25 | Merge pull request #7686 from obsidiansystems/fix-coverage | Eelco Dolstra | |
Fix the coverage job | |||
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 coverage job | John Ericson | |
See https://hydra.nixos.org/build/206790960 | |||
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 | Merge pull request #7681 from layus/virtual-destructor-warning | Théophane Hufschmitt | |
Fix 'destructor called on non-final ...' warning | |||
2023-01-24 | Fix 'destructor called on non-final ...' warning | Guillaume Maudoux | |
clangStdenv compiles with a single warning: ``` warning: destructor called on non-final 'nix::PosAdapter' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] ``` This fixes the warning by making the destructor of PosAdapter virtual, deffering to the correct destructor from the concrete child classes. This has no impact in the end, as none of these classes have specific destructors. Technicaly, it may be faster not to have this indirection, but as per the warning, there is only one place where we have to delete abstract PosAdapter values. Not worth bikesheding I guess. | |||
2023-01-24 | Merge pull request #7679 from hercules-ci/re-add-boehmgc-patch | Robert Hensing | |
Revert "fixup: remove boehmgc patch" | |||
2023-01-24 | Update boehmgc-coroutine-sp-fallback.diff | Robert Hensing | |
2023-01-24 | Actually complete the revert | Robert Hensing | |
2023-01-24 | Revert "fixup: remove boehmgc patch" | Robert Hensing | |
It is still necessary. Please do your research, or f ask the author, which happens to be me. An evaluator like this is not an environment where "it compiles, so it works" will ever hold. This reverts commit 1c40182b12d5fd462c891b597e1a3f9b912502d5. | |||
2023-01-24 | Merge pull request #7673 from iFreilicht/fix-glossary | Eelco Dolstra | |
doc: fix anchor links in and to glossary | |||
2023-01-24 | Merge pull request #7670 from obsidiansystems/try-fix-7669 | Robert Hensing | |
Try to fix #7669 | |||
2023-01-24 | Merge pull request #7671 from ↵ | Eelco Dolstra | |
NixOS/dependabot/github_actions/zeebe-io/backport-action-1.1.0 Bump zeebe-io/backport-action from 1.0.1 to 1.1.0 | |||
2023-01-24 | Merge pull request #7675 from obsidiansystems/tighten-export-refs-test | Robert Hensing | |
Tighten up the `exportReferencesGraph` tests | |||
2023-01-23 | Tighten up the `exportReferencesGraph` tests | Andrea Ciceri | |
Add an `$` at the end of the `grep` regex. Without it, `checkRef foo` would always imply `checkRef foo.drv`. We want to tell these situations apart to more precisely test what is going on. | |||
2023-01-24 | doc: fix anchor links in and to glossary | Felix Uhl | |
2023-01-23 | Bump zeebe-io/backport-action from 1.0.1 to 1.1.0 | dependabot[bot] | |
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2023-01-23 | Try to fix #7669 | John Ericson | |
The issue *seems* to be the cross jobs, which are missing the `CXXFLAGS` needed to get rapidcheck. PR #6538 would be really nice to resurrect which will prevent the `configureFlags` from going out of sync between the regular build and the cross build again. | |||
2023-01-23 | Merge pull request #7595 from cole-h/show-setting-value | Eelco Dolstra | |
nix/show-config: allow getting the value of a specific setting | |||
2023-01-23 | Merge pull request #7447 from aakropotkin/read-file-type | Robert Hensing | |
Read file type | |||
2023-01-23 | Merge pull request #7657 from obsidiansystems/fix-7655 | Robert Hensing | |
Fix #7655 | |||
2023-01-23 | Merge pull request #7639 from obsidiansystems/output-names | Robert Hensing | |
Test store paths, with property tests, fix bug | |||
2023-01-23 | Test store paths, with property tests | John Ericson | |
The property test in fact found a bug: we were excluding numbers! | |||
2023-01-23 | Better-scope `Store` forward declarations | John Ericson | |
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 |