summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
];
}