RISC-V: Difference between revisions
Adding link to hydra, which shows information for binary cache by nickcao |
m a known binary cache has been discontinued |
||
(2 intermediate revisions by one other user not shown) | |||
Line 121: | Line 121: | ||
== Binary cache == | == Binary cache == | ||
Example configuration snippet which can be used to add a third-party binary cache with RISCV support<syntaxhighlight lang="nix">nix.settings = { | |||
substituters = [ | |||
"https://cache.ztier.in" | |||
]; | |||
trusted-public-keys = [ | |||
"cache.ztier.link-1:3P5j2ZB9dNgFFFVkCQWT3mh0E+S3rIWtZvoql64UaXM=" | |||
]; | |||
experimental-features = [ | |||
"nix-command" | |||
"flakes" | |||
]; | |||
};</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] | ||
== NixOS Support == | == NixOS Support == |