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
b2d352e6a3
commit
4a1d1c7f9f
1 changed files with 12 additions and 0 deletions
12
doc/manual/rl-next/self-lfs-attr.md
Normal file
12
doc/manual/rl-next/self-lfs-attr.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
synopsis: "`inputs.self.lfs` flake attribute"
|
||||
prs: [12468]
|
||||
---
|
||||
|
||||
Flakes in Git repositories can now declare that they need Git lfs to be enabled:
|
||||
```
|
||||
{
|
||||
inputs.self.lfs = true;
|
||||
}
|
||||
```
|
||||
Thus, it's no longer needed for the caller of the flake to pass `lfs = true`.
|
Loading…
Add table
Add a link
Reference in a new issue