aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-25Merge pull request #5653 from edolstra/fix-flake-checksEelco Dolstra
flake.nix: Only have checks.*.dockerImage on supported systems
2021-11-25flake.nix: Only have checks.*.dockerImage on supported systemsEelco Dolstra
2021-11-25Merge pull request #5644 from tweag/fix-interrupted-data-raceEelco Dolstra
Fix a minor data race with _isInterrupted
2021-11-24Merge pull request #5631 from Infinisil/list-compareEelco Dolstra
Make lists be comparable
2021-11-24Fix a minor data race with _isInterruptedAlex Shabalin
2021-11-24nix flake check: Fix markdownEelco Dolstra
2021-11-24Make lists be comparableSilvan Mosberger
Makes lists comparable using lexicographic comparison. Increments builtins.langVersion in order for this change to be detectable
2021-11-24Merge pull request #5636 from tweag/fix-use-after-freeEelco Dolstra
Fix use after free in content-address.cc
2021-11-24Merge pull request #5632 from NixOS/downloadable-docker-imageEelco Dolstra
Make docker image downloadable in Hydra UI
2021-11-24Merge remote-tracking branch 'origin/master' into downloadable-docker-imageRok Garbas
2021-11-24Add dockerImage to the checksRok Garbas
2021-11-24Don't copy, to reduce store sizeRok Garbas
2021-11-23Fix use after free in content-address.ccAlex Shabalin
Inspired by https://github.com/NixOS/nix/pull/5599
2021-11-23Merge pull request #5634 from px-ben/fix-perl-bindings-store-dirEelco Dolstra
Add missing Nix::Store import to fix nix-serve StoreDir.
2021-11-23Add missing Nix::Store import to fix nix-serve StoreDir.Ben Radford
2021-11-23Make docker image downloadable in Hydra UIRok Garbas
2021-11-23Merge pull request #5628 from matthewbauer/rosetta2-new-pathEelco Dolstra
Set new rosetta 2 path in sandbox
2021-11-23Merge 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-22Bump cachix/install-nix-action from 15 to 16dependabot[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-22Set new rosetta 2 path in sandboxMatthew Bauer
see: https://github.com/NixOS/nix/pull/5388 and https://github.com/NixOS/nix/pull/5251
2021-11-22Merge pull request #5624 from rofrol/typo-single-quoteEelco Dolstra
Typo: change to normal single quote
2021-11-22Merge pull request #5626 from jtojnar/patch-2Eelco Dolstra
flake: Do not use aliases
2021-11-22flake: Do not use aliasesJan Tojnar
gmock is not available with `nixpkgs.config.allowAliases = false`.
2021-11-22Merge pull request #5613 from tomberek/allow_realpathEelco Dolstra
add real path to allowedPaths
2021-11-22Merge pull request #5620 from alyssais/waylandEelco Dolstra
nix-shell --pure: let variables for Wayland through
2021-11-22Merge pull request #5596 from SuperSandro2000/shellcheckEelco Dolstra
Apply some shellcheck suggestions
2021-11-22Merge pull request #5608 from tweag/fix-build-warnings-on-macosThéophane Hufschmitt
Fix build warnings on MacOS
2021-11-22Unify #if linuxAlex Shabalin
2021-11-22Typo: change to normal singlequoteRoman Frołow
2021-11-21nix-shell --pure: let variables for Wayland throughAlyssa 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-20add real path to allowedPathsTom Bereknyei
2021-11-19Fix build warnings on MacOSAlex Shabalin
2021-11-19Apply some shellcheck suggestionsSandro Jäckel
2021-11-19Merge pull request #5607 from kmt-lnh/install-ergonomicsEelco Dolstra
curl usage in install script in sync with instructions
2021-11-19Merge pull request #5597 from edolstra/remove-old-scriptsEelco Dolstra
Remove nix-reduce-build and nix-http-export
2021-11-19switch order of wget and curlKristof Molnar-Tatai
This change makes the script consistent with the installation instructions while keeping wget as an alternative.
2021-11-19Merge pull request #5598 from obsidiansystems/fix-daemon-testsThéophane Hufschmitt
Fix testing the other daemon
2021-11-18Fix testing the other daemonJohn Ericson
The eventual PATH entry needs the `.../bin` or we will not use the right daemon.
2021-11-18Remove nix-reduce-build and nix-http-exportEelco Dolstra
These scripts are not installed and haven't been updated in many years.
2021-11-18Merge pull request #5595 from lorenzleutgeb/patch-2Eelco Dolstra
doc: Fix escape for operator "logical or"
2021-11-18doc: Fix escape for operator "logical or"Lorenz Leutgeb
See https://matrix.to/#/!KqkRjyTEzAGRiZFBYT:nixos.org/$hhMb6AdRIXfRkv_LsNsiQJuch7AQ_b6szr4tfawFy-4
2021-11-18Merge pull request #5585 from jtojnar/env-aEelco Dolstra
doc: De-emphasize nix-env without -A
2021-11-18Test that untrusted config is ignored without --accept-flake-configEelco Dolstra
2021-11-18Merge branch 'accept_conf' of https://github.com/tomberek/nixEelco Dolstra
2021-11-18Merge pull request #5568 from ↵Eelco Dolstra
NixOS/dependabot/github_actions/cachix/install-nix-action-15 Bump cachix/install-nix-action from 14.1 to 15
2021-11-18Merge pull request #5569 from ↵Eelco Dolstra
NixOS/dependabot/github_actions/zeebe-io/backport-action-0.0.7 Bump zeebe-io/backport-action from 0.0.5 to 0.0.7
2021-11-18Merge pull request #5580 from ksonj/fix/non-standard-sshEelco Dolstra
Fix detection of scp-style URIs to support non-standard SSH ports
2021-11-18SimplifyEelco Dolstra
2021-11-18Merge branch 'faridzakaria/fix-stack-buffer-overflow' of ↵Eelco Dolstra
https://github.com/fzakaria/nix
2021-11-18Merge pull request #5586 from tweag/fix-stdout-for-editors-in-replEelco Dolstra
Fix :e in repl