Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-25 | Merge pull request #5648 from edolstra/list-iter | Eelco Dolstra | |
Support range-based for loop over list values | |||
2021-11-25 | Update names | Eelco Dolstra | |
2021-11-25 | Merge pull request #5654 from NixOS/pure-file-access-error-message | Eelco Dolstra | |
Fix the error when accessing a forbidden path in pure eval | |||
2021-11-25 | Support range-based for loop over list values | Eelco Dolstra | |
2021-11-25 | Merge pull request #5653 from edolstra/fix-flake-checks | Eelco Dolstra | |
flake.nix: Only have checks.*.dockerImage on supported systems | |||
2021-11-25 | Fix the error when accessing a forbidden path in pure eval | regnat | |
If we’re in pure eval mode, then tell that in the error message rather than (wrongly) speaking about restricted mode. Fix https://github.com/NixOS/nix/issues/5611 | |||
2021-11-25 | flake.nix: Only have checks.*.dockerImage on supported systems | Eelco Dolstra | |
2021-11-25 | Merge pull request #5644 from tweag/fix-interrupted-data-race | Eelco Dolstra | |
Fix a minor data race with _isInterrupted | |||
2021-11-24 | Merge pull request #5631 from Infinisil/list-compare | Eelco Dolstra | |
Make lists be comparable | |||
2021-11-24 | Fix a minor data race with _isInterrupted | Alex Shabalin | |
2021-11-24 | nix flake check: Fix markdown | Eelco Dolstra | |
2021-11-24 | Make lists be comparable | Silvan Mosberger | |
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable | |||
2021-11-24 | Merge pull request #5636 from tweag/fix-use-after-free | Eelco Dolstra | |
Fix use after free in content-address.cc | |||
2021-11-24 | Merge pull request #5632 from NixOS/downloadable-docker-image | Eelco Dolstra | |
Make docker image downloadable in Hydra UI | |||
2021-11-24 | Merge remote-tracking branch 'origin/master' into downloadable-docker-image | Rok Garbas | |
2021-11-24 | Add dockerImage to the checks | Rok Garbas | |
2021-11-24 | Don't copy, to reduce store size | Rok Garbas | |
2021-11-23 | "recursive-nix" system feature only with experimental feature | John Ericson | |
2021-11-23 | Fix heap use after free in progress-bar.cc | Farid Zakaria | |
Fix some heap-use-after-free in progress-bar.cc These are somewhat tricky failures here due to temporary variable creation and string_view | |||
2021-11-23 | Fix use after free in content-address.cc | Alex Shabalin | |
Inspired by https://github.com/NixOS/nix/pull/5599 | |||
2021-11-23 | Merge pull request #5634 from px-ben/fix-perl-bindings-store-dir | Eelco Dolstra | |
Add missing Nix::Store import to fix nix-serve StoreDir. | |||
2021-11-23 | Add missing Nix::Store import to fix nix-serve StoreDir. | Ben Radford | |
2021-11-23 | Make docker image downloadable in Hydra UI | Rok Garbas | |
2021-11-23 | Merge pull request #5628 from matthewbauer/rosetta2-new-path | Eelco Dolstra | |
Set new rosetta 2 path in sandbox | |||
2021-11-23 | Merge pull request #5630 from ↵ | Eelco Dolstra | |
NixOS/dependabot/github_actions/cachix/install-nix-action-16 Bump cachix/install-nix-action from 15 to 16 | |||
2021-11-22 | Bump cachix/install-nix-action from 15 to 16 | dependabot[bot] | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 15 to 16. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v15...v16) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2021-11-22 | Set new rosetta 2 path in sandbox | Matthew Bauer | |
see: https://github.com/NixOS/nix/pull/5388 and https://github.com/NixOS/nix/pull/5251 | |||
2021-11-22 | Merge pull request #5624 from rofrol/typo-single-quote | Eelco Dolstra | |
Typo: change to normal single quote | |||
2021-11-22 | Merge pull request #5626 from jtojnar/patch-2 | Eelco Dolstra | |
flake: Do not use aliases | |||
2021-11-22 | flake: Do not use aliases | Jan Tojnar | |
gmock is not available with `nixpkgs.config.allowAliases = false`. | |||
2021-11-22 | Merge pull request #5613 from tomberek/allow_realpath | Eelco Dolstra | |
add real path to allowedPaths | |||
2021-11-22 | Merge pull request #5620 from alyssais/wayland | Eelco Dolstra | |
nix-shell --pure: let variables for Wayland through | |||
2021-11-22 | Merge pull request #5596 from SuperSandro2000/shellcheck | Eelco Dolstra | |
Apply some shellcheck suggestions | |||
2021-11-22 | Merge pull request #5608 from tweag/fix-build-warnings-on-macos | Théophane Hufschmitt | |
Fix build warnings on MacOS | |||
2021-11-22 | Unify #if linux | Alex Shabalin | |
2021-11-22 | Typo: change to normal singlequote | Roman Frołow | |
2021-11-21 | nix-shell --pure: let variables for Wayland through | Alyssa Ross | |
We let DISPLAY (X11) through, so we should let the Wayland equivalents through as well. Similarly, we let HOME through, so it should be okay to allow XDG_RUNTIME_DIR (which is needed for connecting to Wayland with WAYLAND_DISPLAY) through as well. Otherwise graphical applications will either fall back to X11 (if they support it), or just not work (if they don't). | |||
2021-11-20 | add real path to allowedPaths | Tom Bereknyei | |
2021-11-19 | Use warn to print a warning | Alex Shabalin | |
2021-11-19 | Fix build warnings on MacOS | Alex Shabalin | |
2021-11-19 | Apply some shellcheck suggestions | Sandro Jäckel | |
2021-11-19 | Merge pull request #5607 from kmt-lnh/install-ergonomics | Eelco Dolstra | |
curl usage in install script in sync with instructions | |||
2021-11-19 | Merge pull request #5597 from edolstra/remove-old-scripts | Eelco Dolstra | |
Remove nix-reduce-build and nix-http-export | |||
2021-11-19 | switch order of wget and curl | Kristof Molnar-Tatai | |
This change makes the script consistent with the installation instructions while keeping wget as an alternative. | |||
2021-11-19 | Merge pull request #5598 from obsidiansystems/fix-daemon-tests | Théophane Hufschmitt | |
Fix testing the other daemon | |||
2021-11-18 | Fix testing the other daemon | John Ericson | |
The eventual PATH entry needs the `.../bin` or we will not use the right daemon. | |||
2021-11-18 | Remove nix-reduce-build and nix-http-export | Eelco Dolstra | |
These scripts are not installed and haven't been updated in many years. | |||
2021-11-18 | Merge pull request #5595 from lorenzleutgeb/patch-2 | Eelco Dolstra | |
doc: Fix escape for operator "logical or" | |||
2021-11-18 | Offer suggestions for nix-env -i | Alex Shabalin | |
Closes https://github.com/NixOS/nix/issues/972 | |||
2021-11-18 | doc: Fix escape for operator "logical or" | Lorenz Leutgeb | |
See https://matrix.to/#/!KqkRjyTEzAGRiZFBYT:nixos.org/$hhMb6AdRIXfRkv_LsNsiQJuch7AQ_b6szr4tfawFy-4 |