diff options
Diffstat (limited to 'shenvs/el3310.nix')
| -rw-r--r-- | shenvs/el3310.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shenvs/el3310.nix b/shenvs/el3310.nix new file mode 100644 index 0000000..c680721 --- /dev/null +++ b/shenvs/el3310.nix @@ -0,0 +1,6 @@ +pkgs: { + paths = with pkgs; [ + gcc-arm-embedded + + ]; +} |
