Add watch firmware shell

This commit is contained in:
Emery Hemingway 2023-04-10 13:25:10 -05:00
parent 858c3c9312
commit 848b5bd97a
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
in mkShell { packages = [ libnl' pkg-config ]; };
libnotify_actor = mkShell { packages = [ libnotify pkg-config ]; };
nix_actor = mkShell { packages = [ boost nix pkg-config ]; };
movement = mkShell { packages = [ emscripten gcc-arm-embedded python3Minimal ]; };
zua = mkShell { packages = [ fontconfig pkg-config SDL2 ]; };
}) nixpkgs.legacyPackages;