Skip to content

mitsuruu/nur-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages