Files
proxmark3/tools/shell.nix
T

23 lines
292 B
Nix
Raw Permalink Normal View History

with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
pkg-config
gcc-arm-embedded
udevCheckHook
readline
bzip2
openssl
jansson
gd
lz4
2026-03-23 22:36:39 +01:00
zlib
whereami
lua
bluez5
python3
qt6Packages.qtbase
qt6Packages.wrapQtAppsHook
];
}