mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 20:54:56 +00:00
6 lines
134 B
Nix
6 lines
134 B
Nix
{ buildAstalModule }:
|
|
buildAstalModule {
|
|
name = "quarrel";
|
|
meta.description = "Astal module for command line argument parsing";
|
|
}
|