RISC-V: Difference between revisions
m a known binary cache has been discontinued |
OpenJDK and Valgrind are supported in Nixpkgs |
||
| (One intermediate revision by one other user not shown) | |||
| 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 == | ||
| Line 145: | Line 145: | ||
* [https://github.com/LuaJIT/LuaJIT/issues/628 LuaJIT] | * [https://github.com/LuaJIT/LuaJIT/issues/628 LuaJIT] | ||
* [[RISC-V/GHC| GHC]] | * [[RISC-V/GHC| GHC]] | ||
== Resources == | == Resources == | ||