There are ways to tell git to not do a full clone of a repository. That would be a nice idea for (for example) "nixpkgs" as a source. Cloning the full nixpkgs tree (multiple times even, if stable and unstable are used in one setup) takes a lot of time (especially on small devices) and could be optimized.
Is there a way to tell krops to not clone a full tree? Or even specify options to git operations, so that for example blobs can be filtered or something like this?
There are ways to tell git to not do a full clone of a repository. That would be a nice idea for (for example) "nixpkgs" as a source. Cloning the full nixpkgs tree (multiple times even, if stable and unstable are used in one setup) takes a lot of time (especially on small devices) and could be optimized.
Is there a way to tell krops to not clone a full tree? Or even specify options to git operations, so that for example blobs can be filtered or something like this?