fix: resolve proxmark firmware flashing issues

This commit is contained in:
2026-02-06 12:26:16 +01:00
committed by Hektor Misplon
parent 7155c9d126
commit 554accb4aa
3 changed files with 19 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable {
home.packages = [
pkgs.proxmark3
(pkgs.proxmark3.override { withGeneric = true; })
];
};
}