From 44e3366770064e118706a4504c4dec822a47c2d2 Mon Sep 17 00:00:00 2001 From: CaffeinatedOpe Date: Mon, 2 Mar 2026 18:11:08 -0600 Subject: [PATCH] add nix.shell, all build requirements fulfilled --- shell.nix | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 shell.nix 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 + ]; +}