6 lines
134 B
Nix
6 lines
134 B
Nix
{ buildAstalModule }:
|
|
buildAstalModule {
|
|
name = "quarrel";
|
|
meta.description = "Astal module for command line argument parsing";
|
|
}
|