aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-03Don't use -load_all on darwinThéophane Hufschmitt
2022-08-03Make `moveFile` more atomicThéophane Hufschmitt
2022-08-03Only use `renameFile` where neededThéophane Hufschmitt
2022-08-03moveFile -> renameFileThéophane Hufschmitt
2022-08-03Link against c++fs on darwinThéophane Hufschmitt
2022-08-03Re-implement the recursive directory copyThéophane Hufschmitt
2022-08-03rename: Fallback to a copy if the filesystems mismatchThéophane Hufschmitt
2022-08-03Create a wrapper around stdlib’s `rename`Théophane Hufschmitt
2022-08-03Move some fs-related functions to their own fileThéophane Hufschmitt
2022-08-02Merge pull request #6851 from K900/patch-1Théophane Hufschmitt
2022-08-01doc/distributed-builds: don't use deprecated aliasK900
2022-07-30Fix link to hacking docJeremy Fleischman
2022-07-29Merge pull request #6844 from centromere/custom-nix-confRok Garbas
2022-07-28manual: use singular in body, tooValentin Gagarin
2022-07-28manual: values -> data typesValentin Gagarin
2022-07-28manual: use singular for headingsValentin Gagarin
2022-07-28manual: simple values -> primitivesValentin Gagarin
2022-07-28manual: use subheadings for primitive typesValentin Gagarin
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