mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Add release note
This commit is contained in:
parent
d78daaa416
commit
c02fcebb30
1 changed files with 11 additions and 0 deletions
11
doc/manual/rl-next/git-lfs-support.md
Normal file
11
doc/manual/rl-next/git-lfs-support.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
synopsis: "Git LFS support"
|
||||
prs: [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.
|
||||
```console
|
||||
nix flake prefetch 'git+ssh://git@github.com/Apress/repo-with-large-file-storage.git?lfs=1'
|
||||
```
|
||||
|
||||
Author: [**@b-camacho**](https://github.com/b-camacho), [**@kip93**](https://github.com/kip93)
|
Loading…
Add table
Add a link
Reference in a new issue