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