
It provides general description for all astal packages and r-ryantm will create properly named PRs.
7 lines
132 B
Nix
7 lines
132 B
Nix
{ buildAstalModule }:
|
|
buildAstalModule {
|
|
name = "io";
|
|
sourceRoot = "lib/astal/io";
|
|
meta.description = "Astal core library";
|
|
}
|