trigger build
Some checks failed
buildbot/nix-eval Build done.

This commit is contained in:
Abel Luck 2026-02-25 17:01:29 +01:00
parent f0f0ffcce9
commit a24934cbe6

View file

@ -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 @@
)
);
};
}