pano-scrobbler-flake

June 9, 2026 ยท View on GitHub

Prebuilt binaries of Pano Scrobbler, built from source on GitHub Actions.

Report issues with this to the main repo: https://github.com/kawaiiDango/pano-scrobbler/issues

Supported systems: x86_64-linux, aarch64-linux


Installation

Home Manager

# flake.nix inputs:
pano-scrobbler-flake.url = "github:kawaiiDango/pano-scrobbler-flake";

# home.nix:
home.packages = [ inputs.pano-scrobbler-flake.packages.${pkgs.system}.default ];

Standalone (nix profile)

nix profile add github:kawaiiDango/pano-scrobbler-flake

NixOS configuration

# flake.nix inputs:
pano-scrobbler-flake.url = "github:kawaiiDango/pano-scrobbler-flake";

# configuration.nix / nixosConfigurations:
environment.systemPackages = [ inputs.pano-scrobbler-flake.packages.${system}.default ];

Despite its name, this repo also houses an apt repo metadata and a .spec file for COPR.