index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-03-30
s/outputHashRecursive/ingestionMethod/c
John Ericson
2020-03-30
Never cast `FileIngestionMethod` to or from boolean
John Ericson
2020-03-30
Merge remote-tracking branch 'upstream/master' into enum-FileIngestionMethod
John Ericson
2020-03-30
Use `auto` with some `FileIngestionMethod` local variables
John Ericson
2020-03-30
Fix macOS build
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
Fix --refresh with --no-net
Eelco Dolstra
2020-03-24
nix: Add --refresh as an alias for --tarball-ttl 0
Eelco Dolstra
2020-03-24
nix path-info --json: Print hash in SRI format
Eelco Dolstra
2020-03-24
Pretty-print 'nix why-depends' / 'nix-store -q --tree' output
Eelco Dolstra
2020-03-24
absPath(): Use std::optional
Eelco Dolstra
2020-03-24
buildenv: Eliminate global variables, other cleanup
Eelco Dolstra
2020-03-24
Fix coverage build
Eelco Dolstra
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Throw AttrPathNotFound
Eelco Dolstra
2020-03-24
Add function for quoting strings
Eelco Dolstra
2020-03-24
Use std::string_view
Eelco Dolstra
2020-03-24
EvalState::allocAttr(): Add convenience method
Eelco Dolstra
2020-03-23
Merge pull request #3429 from LnL7/darwin-sandbox
Eelco Dolstra
2020-03-20
sandbox: fix /bin/sh on catalina
Daiderd Jordan
2020-03-20
sandbox: allow pty devices
Daiderd Jordan
2020-03-20
libstore: relax default sandbox-paths on darwin
Daiderd Jordan
2020-03-20
libstore: disable resolve-system-dependencies hook
Daiderd Jordan
2020-03-19
Remove the --delete option for --gc
jakobrs
2020-03-19
nix repl: Put EvalState on the heap
Eelco Dolstra
2020-03-19
nix repl: Scan NixRepl for GC roots
Eelco Dolstra
2020-03-13
Add missing `#include <regex>`
John Ericson
2020-03-13
Merge pull request #3380 from contrun/no-attr-path-for-installed
Eelco Dolstra
2020-03-14
display attr-path only when queried available
YI
2020-03-13
Fix ca-references feature check
Eelco Dolstra
2020-03-12
Merge pull request #3403 from hercules-ci/issue-3398-path-info-cache-ttls
Eelco Dolstra
2020-03-12
pathInfoCache: Respect disk cache TTLs #3398
Robert Hensing
2020-03-12
local.mk: fix user-env.cc dep on buildenv.nix.gen.hh, resolve occasional buil...
Will Dietz
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2020-03-11
parseExprFromString(): Use std::string_view
Eelco Dolstra
2020-03-10
nix-store -q --graph: Fix edges
Eelco Dolstra
2020-03-10
dotgraph.cc: Remove dead code
Eelco Dolstra
2020-03-04
nix-build: Fix !<output> handling
Eelco Dolstra
2020-03-04
Optimise Derivation::unparse()
Eelco Dolstra
2020-03-04
builtins.cache: Cache regular expressions
Eelco Dolstra
2020-02-28
Fix GC failures on bad store path names
Eelco Dolstra
2020-02-19
Merge pull request #3325 from xzfc/clean-tmpdir
Eelco Dolstra
2020-02-19
nix-shell: clean up the tmpDir and escape variables
Albert Safin
2020-02-19
Merge pull request #3357 from carlosdagos/pure-nix-shell-proxy-env
Eelco Dolstra
2020-02-19
Merge pull request #3353 from tbsmoest/priv_tobias_pr_set_deathsig-1.4
Eelco Dolstra
2020-02-18
LocalStore::checkDerivationOutputs(): Improve error message
Eelco Dolstra
2020-02-18
Disable the progress bar if $TERM == dumb or unset
Eelco Dolstra
[next]