Files
nur-packages/README.md
T
2026-01-11 18:58:36 -04:00

922 B
Raw Blame History

nur-packages

Personal NUR repository.

Packages

  • librepods: LibrePods Linux app (Qt6) — AirPods controls and battery monitoring.
    • Upstream: https://github.com/kavishdevar/librepods

Usage

See the official NUR installation docs: NUR documentation Installation.

Usage (flakes)

If you want to use this repo directly as a flake input:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
    chiasson.url = "git+https://git.chiasson.cloud/Olivier/nur-packages";
  };

  outputs = { self, nixpkgs, chiasson, ... }:
    let
      system = "x86_64-linux";
    in
    {
      packages.${system}.default = chiasson.packages.${system}.librepods;
    };
}

Usage (local build/test)

From this repository:

nix build .#librepods
./result/bin/librepods