add nix.shell, all build requirements fulfilled

This commit is contained in:
CaffeinatedOpe
2026-03-03 15:37:07 +01:00
committed by Philippe Teuwen
parent a5cfd35120
commit 44e3366770
+21
View File
@@ -0,0 +1,21 @@
with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
pkg-config
gcc-arm-embedded
udevCheckHook
readline
bzip2
openssl
jansson
gd
lz4
whereami
lua
bluez5
python3
qt6Packages.qtbase
qt6Packages.wrapQtAppsHook
];
}