aboutsummaryrefslogtreecommitdiff
path: root/src/nix-copy-closure
AgeCommit message (Expand)Author
2024-03-04Merge pull request #9277 from keszybz/file-permissionseldritch horrors
2023-03-02Remove FormatOrString and remaining uses of format()Eelco Dolstra
2021-07-22copyPaths: Pass store by referenceEelco Dolstra
2021-07-22nix-build: Copy drv closure between eval store and build storeEelco Dolstra
2021-02-25Use `RealisedPath`s in `copyPaths`regnat
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-26Move command plugin interface to libnixcmdShea Levy
2020-10-06Remove static variable name clashesEelco Dolstra
2020-03-30Remove global -I flagsEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-04-21Fix library ordering in MakefilesAndrew Dunham
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-05-01build-remote: Don't require signaturesEelco Dolstra
2017-03-16ssh:// -> ssh-ng://, legacy-ssh:// -> ssh://Eelco Dolstra
2017-03-16copyPaths(): Use queryValidPaths() to reduce SSH latencyEelco Dolstra
2017-03-16nix-copy-closure: Fix assertion failureEelco Dolstra
2017-02-07nix-copy-closure: Use computeFSClosure() and LegacySSHStoreEelco Dolstra
2017-01-20nix-copy-closure: Implement in C++.Shea Levy