mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
265 B
265 B
synopsis | prs | |
---|---|---|
`inputs.self.lfs` flake attribute |
|
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
.