summaryrefslogtreecommitdiff
path: root/lib/systems
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-02 18:04:19 +0000
committerGitHub <noreply@github.com>2024-09-02 18:04:19 +0000
commitce191662555f2005cc65810fc7fd0e4510c66b12 (patch)
treeb63452e9f4964bb0d514fb97835bdfd9320120b4 /lib/systems
parentroc-toolkit: disable libunwind if unavailable (diff)
parentpython312Packages.aiolifx-themes: 0.5.2 -> 0.5.3 (#339022) (diff)
downloadnixpkgs-ce191662555f2005cc65810fc7fd0e4510c66b12.tar.gz
Merge master into staging-next
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/default.nix1
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;