ci: Build packages on push to main
Cache / build-and-push (push) Successful in 3m24s

This commit is contained in:
2026-06-09 16:39:40 +02:00
parent 0ecb3a5094
commit b091275efd
6 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ let
mkPackages =
fun: dir:
builtins.map (name: {
map (name: {
inherit name;
value = fun (dir + "/${name}") { };
}) (listDirs dir);