nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 6 lines 161 B view raw
1{ buildAstalModule, json-glib }: 2buildAstalModule { 3 name = "greet"; 4 buildInputs = [ json-glib ]; 5 meta.description = "Astal module for greetd using IPC"; 6}