Olivier fb5e1e2451
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-25.05.tar.gz, chiasson) (push) Successful in 2m15s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz, chiasson) (push) Successful in 1m55s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, chiasson) (push) Successful in 2m7s
Update flake.nix to allow unfree package cloudflare-warp
2026-01-23 20:00:10 -04:00
2026-01-09 14:51:43 -04:00
2026-01-09 14:51:43 -04:00
2026-01-09 14:51:43 -04:00
2026-01-23 19:43:48 -04:00
2026-01-09 14:51:43 -04:00
2026-01-09 14:51:43 -04:00
2026-01-23 19:43:48 -04:00
2026-01-09 14:51:43 -04:00
2026-01-09 14:51:43 -04:00
2026-01-09 14:51:43 -04:00
2026-01-22 20:07:40 -04:00

nur-packages

Personal NUR repository.

Packages

  • librepods: LibrePods Linux app (Qt6) — AirPods controls and battery monitoring.
    • Upstream: https://github.com/kavishdevar/librepods
  • looking-glass-client: Looking Glass client.
    • Upstream: https://github.com/gnif/LookingGlass

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
S
Description
No description provided
Readme MIT 64 KiB
Languages
Nix 100%