parent
f0f0ffcce9
commit
a24934cbe6
1 changed files with 2 additions and 3 deletions
|
|
@ -15,9 +15,7 @@
|
||||||
entries = builtins.readDir ./.;
|
entries = builtins.readDir ./.;
|
||||||
in
|
in
|
||||||
builtins.filter (
|
builtins.filter (
|
||||||
name:
|
name: entries.${name} == "directory" && builtins.pathExists (./. + "/${name}/flake.nix")
|
||||||
entries.${name} == "directory"
|
|
||||||
&& builtins.pathExists (./. + "/${name}/flake.nix")
|
|
||||||
) (builtins.attrNames entries);
|
) (builtins.attrNames entries);
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
@ -69,4 +67,5 @@
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue