aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-30Fix link to hacking docJeremy Fleischman
2022-07-29Merge pull request #6844 from centromere/custom-nix-confRok Garbas
2022-07-28Merge pull request #6845 from fricklerhandwerk/attrsetEelco Dolstra
2022-07-28manual: set -> attribute setValentin Gagarin
2022-07-28manual: fix section title in table of contentsValentin Gagarin
2022-07-28docker.nix: Allow Nix configuration to be customizedAlex Wied
2022-07-22Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messagesThéophane Hufschmitt
2022-07-22Merge pull request #6813 from centromere/cgroup-cpu-detectionThéophane Hufschmitt
2022-07-19libstore/globals.cc: Move cgroup detection to libutilAlex Wied
2022-07-19libstore/globals.cc: Automatically set cores based on cgroup CPU limitAlex Wied
2022-07-19local-derivation-goal.cc: save global errno to the stack before performing te...Adam Joseph
2022-07-19error.hh: add additional constructor with explicit errno argumentAdam Joseph
2022-07-19as requested by @thufschmitt https://github.com/NixOS/nix/pull/6814#discussio...Adam Joseph
2022-07-19change warn() to notice()Adam Joseph
2022-07-18Merge pull request #6784 from tweag/completion-testThéophane Hufschmitt
2022-07-18Merge pull request #6812 from lovesegfault/rosetta-pathsEelco Dolstra
2022-07-17local-derivation-goal.cc: detect unprivileged_userns_clone failure modeAdam Joseph
2022-07-17local-derivation-goal.cc: add comment re: CLONE_NEWUSERAdam Joseph
2022-07-16local-derivation-goal.cc: warn if failing and /proc/self/ns/user missingAdam Joseph
2022-07-16local-derivation-goal.cc: warn if failing due to max_user_namespaces==0Adam Joseph
2022-07-16local-derivation-goal.cc: improve error messages when sandboxing failsAdam Joseph
2022-07-15fix(libstore): allow Nix to access all Rosetta 2 paths on MacOSAlex Wied
2022-07-15Merge pull request #6810 from jfly/jfly/do-not-assume-savedvars-existEelco Dolstra
2022-07-15Merge pull request #6811 from edolstra/fix-auto-chrootEelco Dolstra
2022-07-15Disable auto-chroot if $NIX_STATE_DIR is setEelco Dolstra
2022-07-14nix develop: do not assume that saved vars are setJeremy Fleischman
2022-07-14Merge pull request #6807 from NixOS/curl-patchDomen Kožar
2022-07-14curl: patch for netrc regression in NixDomen Kožar
2022-07-14Merge pull request #6804 from edolstra/fix-auto-chrootEelco Dolstra
2022-07-14Disable auto-chroot if $NIX_STORE_DIR is setEelco Dolstra
2022-07-14Merge pull request #6803 from edolstra/test-stack-traceEelco Dolstra
2022-07-14On test failures, print a bash stack traceEelco Dolstra
2022-07-14Merge pull request #6802 from edolstra/split-flakes-testsEelco Dolstra
2022-07-13Split off 'nix flake check' testsEelco Dolstra
2022-07-13Move flake-searching.sh and make it less dependent on gitEelco Dolstra
2022-07-13Move flake-local-settings.shEelco Dolstra
2022-07-13Move the 'nix bundle' testsEelco Dolstra
2022-07-13Split off following paths testsEelco Dolstra
2022-07-13Split off 'nix flake init' testsEelco Dolstra
2022-07-13Split off the circular flake import testsEelco Dolstra
2022-07-13Split off the Mercurial flake testsEelco Dolstra
2022-07-13Move flakes tests to a subdirectoryEelco Dolstra
2022-07-13Merge pull request #6797 from edolstra/overrides-checkEelco Dolstra
2022-07-13tests/flakes.sh: Make sure flake7 is cleanEelco Dolstra
2022-07-13Simplify the check for overrides on non-existent inputsEelco Dolstra
2022-07-13Merge pull request #6794 from eltociear/patch-1Théophane Hufschmitt
2022-07-13Add some more completion testsThéophane Hufschmitt
2022-07-13Fix the “out of order” completion testThéophane Hufschmitt
2022-07-13Fix typo in flake.ccIkko Ashimine
2022-07-12Merge pull request #6791 from edolstra/fix-installerEelco Dolstra