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:
parent
9db070d7a2
commit
c210efa9ae
3 changed files with 280 additions and 267 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue