1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 21:46:01 +01:00
nix/src/libexpr/primops
Robert Hensing ce6d58a97c git fetcher: Add exportIgnore parameter
Enabled for fetchGit, which historically had this behavior,
among other behaviors we do not want in fetchGit.

fetchTree disables this parameter by default. It can choose the
simpler behavior, as it is still experimental.

I am not confident that the filtering implementation is future
proof. It should reuse a source filtering wrapper, which I believe
Eelco has already written, but not merged yet.
2024-01-12 15:31:52 +01:00
..
context.cc Add builtins.addDrvOutputDependencies 2023-10-23 12:49:14 -04:00
derivation.nix Remove corepkgs/derivation.nix 2020-09-17 09:41:02 +02:00
fetchClosure.cc Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
fetchMercurial.cc HashType: Rename to HashAlgorithm 2023-12-06 23:43:42 +01:00
fetchTree.cc git fetcher: Add exportIgnore parameter 2024-01-12 15:31:52 +01:00
fromTOML.cc Document fromTOML, hasContext and getContext builtins 2023-06-13 21:53:03 +02:00