diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-02 18:04:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 18:04:19 +0000 |
| commit | ce191662555f2005cc65810fc7fd0e4510c66b12 (patch) | |
| tree | b63452e9f4964bb0d514fb97835bdfd9320120b4 /lib/systems | |
| parent | roc-toolkit: disable libunwind if unavailable (diff) | |
| parent | python312Packages.aiolifx-themes: 0.5.2 -> 0.5.3 (#339022) (diff) | |
| download | nixpkgs-ce191662555f2005cc65810fc7fd0e4510c66b12.tar.gz | |
Merge master into staging-next
Diffstat (limited to 'lib/systems')
| -rw-r--r-- | lib/systems/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/default.nix b/lib/systems/default.nix index 1f4c4ad52867..40125c429781 100644 --- a/lib/systems/default.nix +++ b/lib/systems/default.nix @@ -379,6 +379,7 @@ let "armv7l" = "armv7"; "armv6l" = "arm"; "armv5tel" = "armv5te"; + "riscv32" = "riscv32gc"; "riscv64" = "riscv64gc"; }.${cpu.name} or cpu.name; vendor_ = final.rust.platform.vendor; |
