Skip to content

Latest commit

 

History

144 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nur-packages

Build Status Cachix Cache

My personal NUR repository.

It also provides a pre-compiled binary cache for NixOS unstable.

To use it add the following to your NixOS configuration.nix:

  nix = {
    settings = {
      substituters = [
        "https://ern775-nixpkgs.cachix.org"
      ];
      trusted-public-keys = [
        "ern775-nixpkgs.cachix.org-1:TurFfb4SY0Reec+lLRhtafxyCLS/p9mfvoDMwtAKXrw="
      ];
    };
  };

or simply add it to your nix.conf:

substituters = https://ern775-nixpkgs.cachix.org
trusted-public-keys = ern775-nixpkgs.cachix.org-1:TurFfb4SY0Reec+lLRhtafxyCLS/p9mfvoDMwtAKXrw=

About

My personal NUR repository.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages