1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00
This commit is contained in:
Robert Hensing 2024-08-30 15:31:45 +02:00
parent 358ab8370e
commit f112e301b3

View file

@ -165,12 +165,14 @@ rec {
hello = {
program = "${pkg "a" "hello"}/bin/hello";
type = "app";
meta = { };
};
};
b = {
hello = {
program = "${pkg "b" "hello"}/bin/hello";
type = "app";
meta = { };
};
};
};