mirror of
https://github.com/NixOS/nix
synced 2025-06-28 22:01:15 +02:00
Add inputs.self.lfs
This commit is contained in:
parent
693a38ae2e
commit
b2d352e6a3
2 changed files with 32 additions and 1 deletions
|
@ -381,7 +381,7 @@ static FlakeRef applySelfAttrs(
|
|||
{
|
||||
auto newRef(ref);
|
||||
|
||||
std::set<std::string> allowedAttrs{"submodules"};
|
||||
std::set<std::string> allowedAttrs{"submodules", "lfs"};
|
||||
|
||||
for (auto & attr : flake.selfAttrs) {
|
||||
if (!allowedAttrs.contains(attr.first))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue