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=