mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
6868fdfa84
commit
064c7fa24f
@@ -95,6 +95,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"s390" = "s390";
|
||||
"mips" = "mips";
|
||||
"loongarch" = "loongarch64";
|
||||
"riscv" = "riscv64";
|
||||
};
|
||||
in
|
||||
[
|
||||
@@ -147,6 +148,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"aarch64-linux"
|
||||
"armv7l-linux"
|
||||
"loongarch64-linux"
|
||||
"riscv64-linux"
|
||||
];
|
||||
maintainers = [ lib.maintainers.thoughtpolice ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user