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-23
Merge pull request #6944 from edolstra/bash-vars
Eelco Dolstra
2022-08-23
Merge pull request #6909 from ncfavier/json-paths
Eelco Dolstra
2022-08-23
nix develop: Ignore some more bash special variables
Eelco Dolstra
2022-08-23
Merge pull request #6887 from winterqt/specify-bashinteractive-outputs
Eelco Dolstra
2022-08-23
Revert to `copyStore = true` for `nix-instantiate` and `nix-env`
Naïm Favier
2022-08-22
Merge pull request #6937 from edolstra/fix-repl
Eelco Dolstra
2022-08-22
JSON: add missing newlines
Naïm Favier
2022-08-22
JSON: print paths as strings without copying them to the store
Naïm Favier
2022-08-22
Merge pull request #6926 from rapenne-s/download_limit
Eelco Dolstra
2022-08-22
Merge pull request #6932 from jack1142/patch-1
Eelco Dolstra
2022-08-22
nix repl: Stop the progress bar
Eelco Dolstra
2022-08-22
Merge pull request #6923 from ncfavier/nix-env-incomplete-json
Eelco Dolstra
2022-08-22
Spelling
Eelco Dolstra
2022-08-20
Better documentation wording
Solène Rapenne
2022-08-20
Fix default profile path for root in nix profile documentation
Jakub Kuczys
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-19
nix-env: don't output incomplete JSON
Naïm Favier
2022-08-19
json: write null on abnormal placeholder destruction
Naïm Favier
2022-08-17
Don't pass --force to 'git add'
Eelco Dolstra
2022-08-17
Remove warnLargeDump()
Eelco Dolstra
2022-08-17
ProgressBar: Delay before showing a new activity
Eelco Dolstra
2022-08-17
nix flake metadata: Don't show "Inputs" if there are no inputs
Eelco Dolstra
2022-08-17
Show when we're evaluating a flake
Eelco Dolstra
2022-08-10
docfix: bundlers
David Arnold
2022-08-10
Merge pull request #6850 from NinjaTrappeur/nin/build-check
Théophane Hufschmitt
2022-08-09
nix-shell: specify which outputs from bashInteractive to build
Winter
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
[next]