RISC-V: Difference between revisions

m a known binary cache has been discontinued
Misuzu (talk | contribs)
m Only nixos-unstable cache is available on cache.ztier.in
 
Line 123: Line 123:
Example configuration snippet which can be used to add a third-party binary cache with RISCV support<syntaxhighlight lang="nix">nix.settings = {
Example configuration snippet which can be used to add a third-party binary cache with RISCV support<syntaxhighlight lang="nix">nix.settings = {
   substituters = [
   substituters = [
     "https://cache.ztier.in"
     "https://cache.ztier.in" # only nixos-unstable
   ];
   ];
   trusted-public-keys = [
   trusted-public-keys = [
Line 133: Line 133:
   ];
   ];
};</syntaxhighlight>Known third-party binary caches with RISCV support:
};</syntaxhighlight>Known third-party binary caches with RISCV support:
* [https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 misuzu]
* [https://github.com/misuzu/nixos-vf2/blob/master/flake.nix#L3 misuzu] (only for nixos-unstable)


== NixOS Support ==
== NixOS Support ==