main
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-25.05.tar.gz, chiasson) (push) Successful in 3m17s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz, chiasson) (push) Successful in 2m41s
Build and populate cache / tests (chiasson, nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixpkgs-unstable.tar.gz, chiasson) (push) Successful in 2m45s
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%