index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2022-09-02
Don’t readDerivation if impure derivations feature is disabled
Matthew Bauer
2022-08-26
Merge pull request #6954 from winterqt/darwin-sandbox-trustd
Eelco Dolstra
2022-08-24
fix(libstore): allow access to trustd on macOS
Winter
2022-08-24
Remove redundant Finally
Eelco Dolstra
2022-08-24
Fix macOS build
Eelco Dolstra
2022-08-23
Fix a hang in nix-copy-ssh.sh
Eelco Dolstra
2022-08-22
Indentation
Eelco Dolstra
2022-08-22
Merge remote-tracking branch 'origin/master' into parallel-nix-copy
Eelco Dolstra
2022-08-22
Merge pull request #6926 from rapenne-s/download_limit
Eelco Dolstra
2022-08-22
Spelling
Eelco Dolstra
2022-08-20
Better documentation wording
Solène Rapenne
2022-08-19
add a nix.conf option to set a download speed limit
Solene Rapenne
2022-08-19
don't read outputs into memory for output rewriting
pennae
2022-08-17
Remove warnLargeDump()
Eelco Dolstra
2022-08-10
Merge pull request #6850 from NinjaTrappeur/nin/build-check
Théophane Hufschmitt
2022-08-03
Only use `renameFile` where needed
Théophane Hufschmitt
2022-08-03
moveFile -> renameFile
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-08-01
derivation-goal.cc: remove bmCheck custom return branch on buildDone
Félix Baylac-Jacqué
2022-07-22
Merge pull request #6814 from amjoseph-nixpkgs/pr/sandbox-error-messages
Théophane Hufschmitt
2022-07-20
Merge branch 'master' into parallel-nix-copy
Théophane Hufschmitt
2022-07-19
libstore/globals.cc: Move cgroup detection to libutil
Alex Wied
2022-07-19
libstore/globals.cc: Automatically set cores based on cgroup CPU limit
Alex Wied
2022-07-19
Don't ultimately trust the signed paths
Théophane Hufschmitt
2022-07-19
local-derivation-goal.cc: save global errno to the stack before performing te...
Adam Joseph
2022-07-19
as requested by @thufschmitt https://github.com/NixOS/nix/pull/6814#discussio...
Adam Joseph
2022-07-19
change warn() to notice()
Adam Joseph
2022-07-17
local-derivation-goal.cc: detect unprivileged_userns_clone failure mode
Adam Joseph
2022-07-17
local-derivation-goal.cc: add comment re: CLONE_NEWUSER
Adam Joseph
2022-07-16
local-derivation-goal.cc: warn if failing and /proc/self/ns/user missing
Adam Joseph
2022-07-16
local-derivation-goal.cc: warn if failing due to max_user_namespaces==0
Adam Joseph
2022-07-16
local-derivation-goal.cc: improve error messages when sandboxing fails
Adam Joseph
2022-07-15
fix(libstore): allow Nix to access all Rosetta 2 paths on MacOS
Alex Wied
2022-07-15
Disable auto-chroot if $NIX_STATE_DIR is set
Eelco Dolstra
2022-07-14
Disable auto-chroot if $NIX_STORE_DIR is set
Eelco Dolstra
2022-06-29
Don't fail if we can't create ~/.local/share/nix/root
Eelco Dolstra
2022-06-29
Merge pull request #6706 from lheckemann/cache-info-cache-invalidation
Théophane Hufschmitt
2022-06-25
Merge pull request #6714 from edolstra/auto-chroot-store
Eelco Dolstra
2022-06-24
Only do the auto chroot store on Linux
Eelco Dolstra
2022-06-23
[fixup] handle cache expiration in sqlite query
Linus Heckemann
2022-06-23
libstore/nar-info: drop unused system field
Cole Helbling
2022-06-23
Fix typo
Eelco Dolstra
2022-06-23
Automatically use a chroot store if /nix doesn't exist
Eelco Dolstra
2022-06-23
Merge pull request #6710 from edolstra/embedded-sandbox-shell
Eelco Dolstra
2022-06-23
Fix typo
Eelco Dolstra
2022-06-23
Merge pull request #6673 from asymmetric/warn
Théophane Hufschmitt
2022-06-23
Embed the sandbox shell into the statically linked 'nix' binary
Eelco Dolstra
2022-06-23
Remove NIX_LIBEXEC_DIR
Eelco Dolstra
2022-06-23
Fix build-remote in nix-static
Eelco Dolstra
2022-06-22
nar-info-disk-cache: refresh nix-cache-info weekly
Linus Heckemann
[next]