aboutsummaryrefslogtreecommitdiff
path: root/devShells/apo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'devShells/apo.nix')
-rw-r--r--devShells/apo.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/devShells/apo.nix b/devShells/apo.nix
index a800557..0178214 100644
--- a/devShells/apo.nix
+++ b/devShells/apo.nix
@@ -1,6 +1,6 @@
pkgs: c: let
riscvPkgs = import pkgs.path {
- localSystem = pkgs.buildPlatform.system;
+ localSystem = pkgs.stdenv.buildPlatform.system;
crossSystem = {
config = "riscv32-none-elf";
libc = "newlib";
@@ -13,6 +13,8 @@ in
qtrvsim
glibc.static
riscvPkgs.buildPackages.gcc
+ pkgsCross.armv7l-hf-multiplatform.buildPackages.gcc
+ pkgsCross.armv7l-hf-multiplatform.glibc.static
];
inputsFrom = [c];
meta.platforms = pkgs.lib.platforms.linux;