Skip to content

Commit 8b89c45

Browse files
committed
Merge release notes
1 parent 4a1d1c7 commit 8b89c45

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
---
22
synopsis: "Git LFS support"
3-
prs: [10153]
3+
prs: [10153, 12468]
44
---
55

66
The Git fetcher now supports Large File Storage (LFS). This can be enabled by passing the attribute `lfs = true` to the fetcher, e.g.
77
```console
88
nix flake prefetch 'git+ssh://[email protected]/Apress/repo-with-large-file-storage.git?lfs=1'
99
```
1010

11+
A flake can also declare that it requires lfs to be enabled:
12+
```
13+
{
14+
inputs.self.lfs = true;
15+
}
16+
```
17+
1118
Author: [**@b-camacho**](https://github.com/b-camacho), [**@kip93**](https://github.com/kip93)

doc/manual/rl-next/self-lfs-attr.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)