Merge pull request #240 from shivaraj-bh/freeform-app-type
apps: Add `meta` option
This commit is contained in:
commit
af510d4a62
2 changed files with 13 additions and 0 deletions
|
|
@ -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 = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue