Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 885 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 885 Bytes

Nur-packages

Build Status Cachix Cache

My personal NUR repository.

It provides a pre-compiled binary cache for NixOS unstable. To use it add the following line to your nix.conf

See a full list of Flake outputs with nix flake show github:mitsuruu/nur-packages.

Install & Configure

It's recommended to set up Cachix so you don't have to build packages (most useful for the gaming-related packages).

# configuration.nix
{
  nix.settings = {
    substituters = ["https://mitsuruu.cachix.org"];
    trusted-public-keys = ["mitsuruu.cachix.org-1:c09hKovw2iXEEFzfoUhA5mzEEiGIF/N4wP5vxEyLD40="];
  };
}