index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix
Age
Commit message (
Expand
)
Author
2020-04-30
nix dev-shell: Unset shellHook
Eelco Dolstra
2020-04-30
nix dev-shell: Support structured attrs
Eelco Dolstra
2020-04-30
nix dev-shell: Refactor script for getting the environment
Eelco Dolstra
2020-04-28
rename to NIX_GCROOT
Matthew Kenigsberg
2020-04-27
comment
Matthew Kenigsberg
2020-04-27
Set GCROOT to store path to prevent garbage collection
Matthew Kenigsberg
2020-04-16
Use Logger::stdout()
Eelco Dolstra
2020-04-16
Logger: Add method for writing to stdout
Eelco Dolstra
2020-04-16
Use RootValue
Eelco Dolstra
2020-04-13
SourceExprCommand: allocate the vSourceExpr via uncollectable memory
Andreas Rammhold
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
actDownload -> actDataTransfer
Nikola Knezevic
2020-04-08
{get,make,new}Downloader -> DataTransfer
Nikola Knezevic
2020-04-08
DownloadSettings -> DataTransferSettings
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
DownloadRequest -> DataTransferRequest
Nikola Knezevic
2020-04-08
Merge pull request #3477 from Ninlives/nix-run-using-env
Eelco Dolstra
2020-04-07
`nix run` using $SHELL as default command
mlatus
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-03-31
nix shell -> nix dev-shell
Eelco Dolstra
2020-03-30
Backport 'nix dev-shell' from the flakes branch
Eelco Dolstra
2020-03-30
Remove global -I flags
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
nix edit: Support non-derivation attributes
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
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-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-02-18
Disable the progress bar if $TERM == dumb or unset
Eelco Dolstra
2020-02-13
Prevent uninitialized StorePath creation
Eelco Dolstra
2019-12-18
nix make-content-addressable: Add --json flag
Eelco Dolstra
2019-12-14
Fix progress bar
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-05
Shut up clang warning
Eelco Dolstra
2019-12-05
nix doctor: Fix typo
Eelco Dolstra
2019-12-05
Make subcommand construction in MultiCommand lazy
Eelco Dolstra
2019-12-05
Move Command and MultiCommand to libutil
Eelco Dolstra
2019-12-05
MultiCommand: Simplify construction
Eelco Dolstra
2019-11-26
Fix clang warnings
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-11-08
Move editorFor srom libutil to nix
Eelco Dolstra
2019-11-05
Merge branch 'fix/nix-doctor-output' of https://github.com/bhipple/nix
Eelco Dolstra
2019-11-05
Merge branch 'nix-repl-e' of https://github.com/zimbatm/nix
Eelco Dolstra
2019-11-04
Merge pull request #3202 from kraem/master
Eelco Dolstra
2019-11-03
Fix progress bar when nix-prefetch-url is piped.
Harald van Dijk
[next]