index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-08-10
docfix: bundlers
David Arnold
2022-08-10
Merge pull request #6850 from NinjaTrappeur/nin/build-check
Théophane Hufschmitt
2022-08-08
Merge remote-tracking branch 'upstream/master' into fix-mv-in-different-files...
Théophane Hufschmitt
2022-08-08
Remove the explicit `c++fs` linkage on darwin
Théophane Hufschmitt
2022-08-07
Do not spam logs if the owned-homedir check results in a noop
Dave Nicponski
2022-08-04
docs/flake-update: fix example
Erik Arvstedt
2022-08-04
libexpr/flake: remove `FIXME`
Erik Arvstedt
2022-08-04
flakeref: fix comment
Erik Arvstedt
2022-08-03
Fix NIX_COUNT_CALLS=1
Eelco Dolstra
2022-08-03
Make `moveFile` more atomic
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
Link against c++fs on darwin
Théophane Hufschmitt
2022-08-03
Re-implement the recursive directory copy
Théophane Hufschmitt
2022-08-03
rename: Fallback to a copy if the filesystems mismatch
Théophane Hufschmitt
2022-08-03
Create a wrapper around stdlib’s `rename`
Théophane Hufschmitt
2022-08-03
Move some fs-related functions to their own file
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-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
local-derivation-goal.cc: save global errno to the stack before performing te...
Adam Joseph
2022-07-19
error.hh: add additional constructor with explicit errno argument
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
Merge pull request #6810 from jfly/jfly/do-not-assume-savedvars-exist
Eelco Dolstra
2022-07-15
Disable auto-chroot if $NIX_STATE_DIR is set
Eelco Dolstra
2022-07-14
nix develop: do not assume that saved vars are set
Jeremy Fleischman
2022-07-14
Disable auto-chroot if $NIX_STORE_DIR is set
Eelco Dolstra
2022-07-13
Simplify the check for overrides on non-existent inputs
Eelco Dolstra
2022-07-13
Fix typo in flake.cc
Ikko Ashimine
2022-07-12
Merge pull request #6663 from Ma27/follows-invalid-input
Théophane Hufschmitt
2022-07-12
Fix debug message
Eelco Dolstra
2022-07-12
Move follows-check into its own function
Maximilian Bosch
2022-07-12
Turn error for non-existant follows into a warning
Maximilian Bosch
2022-07-12
flakes: throw an error if `follows`-declaration for an input is invalid
Maximilian Bosch
2022-07-12
Merge pull request #6693 from ncfavier/complete-flake-inputs
Théophane Hufschmitt
2022-07-11
Merge branch 'master' into ignore-try
Ben Burdette
2022-07-11
move ignore-try to EvalSettings
Ben Burdette
2022-07-11
use util.hh class instead of local
Ben Burdette
2022-07-11
'tryEval' not 'try clause'
Ben Burdette
2022-07-11
Fix flake input completion for `InstallablesCommand`s
Naïm Favier
2022-07-05
builtins.traceVerbose: Post rebase fixes
Gytis Ivaskevicius
2022-07-05
Add builtins.traceVerbose
Gytis Ivaskevicius
[next]