1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00
nix/doc/manual/rl-next/git-lfs-support.md
2025-02-10 16:08:03 +01:00

387 B

synopsis prs
Git LFS support
10153

The Git fetcher now supports Large File Storage (LFS). This can be enabled by passing the attribute lfs = true to the fetcher, e.g.

nix flake prefetch 'git+ssh://git@github.com/Apress/repo-with-large-file-storage.git?lfs=1'

Author: @b-camacho, @kip93