fb5e1e245110104105b4c24fb5f1cab0b25e45e7
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
nur-packages
Personal NUR repository.
Packages
- librepods: LibrePods Linux app (Qt6) — AirPods controls and battery monitoring.
- Upstream:
https://github.com/kavishdevar/librepods
- Upstream:
- looking-glass-client: Looking Glass client.
- Upstream:
https://github.com/gnif/LookingGlass
- Upstream:
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
Languages
Nix
100%