Skip to main content
Nur Nix provides a curated collection of packages that are kept up-to-date automatically with continuous integration. All packages are pre-built and available through the binary cache for instant installation.

Available packages

bobgen

SQL query builder and ORM/Factory generator for Go

bumper

Version bumper for projects using git and semantic versioning

catppuccin-zen-browser

Catppuccin theme for Zen Browser

ffmpeg-quality-metrics

Calculate video quality metrics with FFmpeg (SSIM, PSNR, VMAF, VIF)

flake-release

Flake package releaser for automated releases

go-over

Tool to audit Erlang & Elixir dependencies

nix-fix-hash

Nix hash fixer for automatic hash updates

opengrep

Static code analysis engine to find security issues

protoc-gen-connect-openapi

Protobuf plugin for generating OpenAPI specs

pysentry

Scan Python dependencies for security vulnerabilities

qsvenc

QSV high-speed encoding performance tool

renovate

Cross-platform dependency automation with Nix patches

shellhook

Shell hook for Nix development environments

Installation methods

All packages can be used in multiple ways:

Run directly

Run any package without installing it:
nix run github:spotdemo4/nur#<package-name>

Add to flake

Include packages in your development shell or system configuration:
devShells.default = pkgs.mkShell {
  packages = with pkgs.trev; [
    bobgen
    bumper
  ];
};

NixOS system packages

Add to your NixOS system:
environment.systemPackages = with pkgs.trev; [
  opengrep
  renovate
];

Features

All packages are cached at https://nix.trev.zip and updated automatically. See the cache documentation for configuration.
  • Automatic updates: Packages are kept current with upstream releases
  • Binary caching: Pre-built binaries available for instant installation
  • NUR integration: Available through the Nix User Repository
  • Multi-platform: Built for x86_64-linux, aarch64-linux, x86_64-darwin, and aarch64-darwin where supported

Package status

Some packages are pending inclusion in nixpkgs: These packages are available in Nur Nix while the nixpkgs PRs are under review.

Build docs developers (and LLMs) love