Skip to content

aster-void/nix-repository

Repository files navigation

aster-void's nix repository

Cachix

To use the binary cache, add to your flake:

{
  nixConfig = {
    extra-substituters = ["https://nix-repository--aster-void.cachix.org"];
    extra-trusted-public-keys = ["nix-repository--aster-void.cachix.org-1:A+IaiSvtaGcenevi21IvvODJoO61MtVbLFApMDXQ1Zs="];
  };
}

Or for one-off use:

nix build --extra-substituters https://nix-repository--aster-void.cachix.org \
          --extra-trusted-public-keys nix-repository--aster-void.cachix.org-1:A+IaiSvtaGcenevi21IvvODJoO61MtVbLFApMDXQ1Zs=

Maintenance Level

I will maintain packages / modules that are listed in ./nur.nix.

Other packages are free to use as well, but I won't constantly maintain them.

Docs

Releases

No releases published

Packages

No packages published