diff --git a/shell.nix b/shell.nix new file mode 100644 index 000000000..120a176c4 --- /dev/null +++ b/shell.nix @@ -0,0 +1,21 @@ +with import { }; + +mkShell { + nativeBuildInputs = [ + pkg-config + gcc-arm-embedded + udevCheckHook + readline + bzip2 + openssl + jansson + gd + lz4 + whereami + lua + bluez5 + python3 + qt6Packages.qtbase + qt6Packages.wrapQtAppsHook + ]; +}