Files
proxmark3/tools/shell.nix
2026-03-23 22:36:47 +01:00

23 lines
292 B
Nix

with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
pkg-config
gcc-arm-embedded
udevCheckHook
readline
bzip2
openssl
jansson
gd
lz4
zlib
whereami
lua
bluez5
python3
qt6Packages.qtbase
qt6Packages.wrapQtAppsHook
];
}