aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2022-09-02Don’t readDerivation if impure derivations feature is disabledMatthew Bauer
2022-08-26Merge pull request #6954 from winterqt/darwin-sandbox-trustdEelco Dolstra
2022-08-24fix(libstore): allow access to trustd on macOSWinter
2022-08-24Remove redundant FinallyEelco Dolstra
2022-08-24Fix macOS buildEelco Dolstra
2022-08-23Fix a hang in nix-copy-ssh.shEelco Dolstra
2022-08-22IndentationEelco Dolstra
2022-08-22Merge remote-tracking branch 'origin/master' into parallel-nix-copyEelco Dolstra
2022-08-22Merge pull request #6926 from rapenne-s/download_limitEelco Dolstra
2022-08-22SpellingEelco Dolstra
2022-08-20Better documentation wordingSolène Rapenne
2022-08-19add a nix.conf option to set a download speed limitSolene Rapenne
2022-08-19don't read outputs into memory for output rewritingpennae
2022-08-17Remove warnLargeDump()Eelco Dolstra
2022-08-10Merge pull request #6850 from NinjaTrappeur/nin/build-checkThéophane Hufschmitt
2022-08-03Only use `renameFile` where neededThéophane Hufschmitt
2022-08-03moveFile -> renameFileThéophane Hufschmitt
2022-08-03Create a wrapper around stdlib’s `rename`Théophane Hufschmitt
2022-08-01derivation-goal.cc: remove bmCheck custom return branch on buildDoneFélix Baylac-Jacqué
2022-07-22Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messagesThéophane Hufschmitt
2022-07-20Merge branch 'master' into parallel-nix-copyThé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-19Don't ultimately trust the signed pathsThéophane Hufschmitt
2022-07-19local-derivation-goal.cc: save global errno to the stack before performing te...Adam 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-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-15Disable auto-chroot if $NIX_STATE_DIR is setEelco Dolstra
2022-07-14Disable auto-chroot if $NIX_STORE_DIR is setEelco Dolstra
2022-06-29Don't fail if we can't create ~/.local/share/nix/rootEelco Dolstra
2022-06-29Merge pull request #6706 from lheckemann/cache-info-cache-invalidationThéophane Hufschmitt
2022-06-25Merge pull request #6714 from edolstra/auto-chroot-storeEelco Dolstra
2022-06-24Only do the auto chroot store on LinuxEelco Dolstra
2022-06-23[fixup] handle cache expiration in sqlite queryLinus Heckemann
2022-06-23libstore/nar-info: drop unused system fieldCole Helbling
2022-06-23Fix typoEelco Dolstra
2022-06-23Automatically use a chroot store if /nix doesn't existEelco Dolstra
2022-06-23Merge pull request #6710 from edolstra/embedded-sandbox-shellEelco Dolstra
2022-06-23Fix typoEelco Dolstra
2022-06-23Merge pull request #6673 from asymmetric/warnThéophane Hufschmitt
2022-06-23Embed the sandbox shell into the statically linked 'nix' binaryEelco Dolstra
2022-06-23Remove NIX_LIBEXEC_DIREelco Dolstra
2022-06-23Fix build-remote in nix-staticEelco Dolstra
2022-06-22nar-info-disk-cache: refresh nix-cache-info weeklyLinus Heckemann