1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-15 05:21:03 +01:00

Move git-lfs-fetch into its own source file

This commit is contained in:
Eelco Dolstra 2025-02-10 15:55:25 +01:00
parent 9db070d7a2
commit c210efa9ae
3 changed files with 280 additions and 267 deletions

View file

@ -48,6 +48,7 @@ sources = files(
'fetch-to-store.cc',
'fetchers.cc',
'filtering-source-accessor.cc',
'git-lfs-fetch.cc',
'git-utils.cc',
'git.cc',
'github.cc',
@ -69,8 +70,8 @@ headers = files(
'fetch-to-store.hh',
'fetchers.hh',
'filtering-source-accessor.hh',
'git-utils.hh',
'git-lfs-fetch.hh',
'git-utils.hh',
'mounted-source-accessor.hh',
'registry.hh',
'store-path-accessor.hh',