index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-copy-closure
Age
Commit message (
Expand
)
Author
2024-03-04
Merge pull request #9277 from keszybz/file-permissions
eldritch horrors
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-07-22
nix-build: Copy drv closure between eval store and build store
Eelco Dolstra
2021-02-25
Use `RealisedPath`s in `copyPaths`
regnat
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-01-26
Move command plugin interface to libnixcmd
Shea Levy
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-04-21
Fix library ordering in Makefiles
Andrew Dunham
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-05-01
build-remote: Don't require signatures
Eelco Dolstra
2017-03-16
ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://
Eelco Dolstra
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
2017-03-16
nix-copy-closure: Fix assertion failure
Eelco Dolstra
2017-02-07
nix-copy-closure: Use computeFSClosure() and LegacySSHStore
Eelco Dolstra
2017-01-20
nix-copy-closure: Implement in C++.
Shea Levy