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
.
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="];
};
}