mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2025-03-15 04:58:03 +00:00
Fix test
This commit is contained in:
parent
358ab8370e
commit
f112e301b3
1 changed files with 2 additions and 0 deletions
|
@ -165,12 +165,14 @@ rec {
|
||||||
hello = {
|
hello = {
|
||||||
program = "${pkg "a" "hello"}/bin/hello";
|
program = "${pkg "a" "hello"}/bin/hello";
|
||||||
type = "app";
|
type = "app";
|
||||||
|
meta = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
b = {
|
b = {
|
||||||
hello = {
|
hello = {
|
||||||
program = "${pkg "b" "hello"}/bin/hello";
|
program = "${pkg "b" "hello"}/bin/hello";
|
||||||
type = "app";
|
type = "app";
|
||||||
|
meta = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue