mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 03:59:54 +00:00
23 lines
292 B
Nix
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
|
|
];
|
|
}
|