summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-04-01 06:58:25 -0600
committerAlejandro Soto <alejandro@34project.org>2022-04-01 06:58:25 -0600
commitf14678b49b32df08a8ed2abb608a4ad86e1f5094 (patch)
treecc347732047606209eeea8a530f92e74407d005d
parent16dea7814caa2073775c1715b5dc9dca6f8bbe99 (diff)
shenvs/el3310: add gnumake, qemu
Diffstat (limited to '')
-rw-r--r--shenvs/el3310.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/shenvs/el3310.nix b/shenvs/el3310.nix
index c680721..f8a0179 100644
--- a/shenvs/el3310.nix
+++ b/shenvs/el3310.nix
@@ -1,6 +1,7 @@
pkgs: {
paths = with pkgs; [
gcc-arm-embedded
-
+ gnumake
+ qemu
];
}