From 4a1d1c7f9f726a8365a3c1017a78d1718b54399c Mon Sep 17 00:00:00 2001 From: Leandro Reina Date: Thu, 13 Feb 2025 18:04:32 +0100 Subject: [PATCH] Add release note --- doc/manual/rl-next/self-lfs-attr.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/manual/rl-next/self-lfs-attr.md diff --git a/doc/manual/rl-next/self-lfs-attr.md b/doc/manual/rl-next/self-lfs-attr.md new file mode 100644 index 000000000..0a2e878ff --- /dev/null +++ b/doc/manual/rl-next/self-lfs-attr.md @@ -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`.