nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 13 lines 417 B view raw
1{ grafanaPlugin, lib }: 2 3grafanaPlugin { 4 pname = "fetzerch-sunandmoon-datasource"; 5 version = "0.3.3"; 6 zipHash = "sha256-IJe1OiPt9MxqqPymuH0K27jToSb92M0P4XGZXvk0paE="; 7 meta = with lib; { 8 description = "Calculates the position of Sun and Moon as well as the Moon illumination using SunCalc"; 9 license = licenses.mit; 10 maintainers = with maintainers; [ nagisa ]; 11 platforms = platforms.unix; 12 }; 13}