index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
Age
Commit message (
Expand
)
Author
2023-01-17
Move the default profiles to the user’s home
Théophane Hufschmitt
2023-01-13
Merge pull request #6815 from obsidiansystems/better-wanted-outputs
Robert Hensing
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2023-01-12
Split `OutputsSpec::merge` into `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-06
Merge pull request #7307 from hercules-ci/derivation-goal-improve-comment
Théophane Hufschmitt
2023-01-04
Move macOS sandbox files to sr/libstore/build
Eelco Dolstra
2023-01-04
Include macOS sandbox files in the Nix binary
Eelco Dolstra
2022-12-23
nix develop: Set personality
Eelco Dolstra
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-12-12
Merge pull request #7421 from edolstra/lazy-trees-trivial-changes
Eelco Dolstra
2022-12-09
Merge pull request #7409 from tweag/fix-6383
Théophane Hufschmitt
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-12-06
improve style
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6383)
Taeer Bar-Yam
2022-12-05
check the store for input before failing (hopefully fix #6700)
Taeer Bar-Yam
2022-12-02
Clean up cgroup handling in getMaxCPU()
Eelco Dolstra
2022-11-29
Merge pull request #3600 from NixOS/auto-uid-allocation
Eelco Dolstra
2022-11-29
Restore ownership of / for non-uid-range builds
Eelco Dolstra
2022-11-28
Add a setting for enabling cgroups
Eelco Dolstra
2022-11-28
Merge pull request #7313 from yorickvP/nlohmann-everywhere
Eelco Dolstra
2022-11-23
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-22
Always call setgroups()
Eelco Dolstra
2022-11-21
Merge pull request #6456 from amjoseph-nixpkgs/seccomp-mips
Eelco Dolstra
2022-11-21
AutoUserLock: If sandboxing is disabled, use the build users group
Eelco Dolstra
2022-11-21
Fix macOS build
Eelco Dolstra
2022-11-21
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-11-18
Get CPU stats from the cgroup
Eelco Dolstra
2022-11-18
Separate cgroup support from auto-uid-allocation
Eelco Dolstra
2022-11-17
Fix segfault in unprivileged mode
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-11-15
libstore/derivation-goal: Elaborate a TODO for performance concern
Robert Hensing
2022-11-14
derivation-goal: Fix `requires non-existing output` error
Robert Hensing
2022-11-10
Remove the SystemdCgroup feature
Eelco Dolstra
2022-11-08
Fix build on macOS
Eelco Dolstra
2022-11-08
Split auto UID allocation from cgroups
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-10-27
Pass the right argv when calling the build hook
Théophane Hufschmitt
2022-10-13
Fix error display if execve() in the builder fails
Eelco Dolstra
2022-09-02
Don’t readDerivation if impure derivations feature is disabled
Matthew Bauer
2022-08-19
don't read outputs into memory for output rewriting
pennae
2022-08-10
Merge pull request #6850 from NinjaTrappeur/nin/build-check
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-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
[next]