installed proxmark tools

This commit is contained in:
Leyla Becker 2024-10-26 13:16:14 -05:00
parent 77e3d687d4
commit f132f44b96
6 changed files with 22 additions and 4 deletions

7
overlays/default.nix Normal file
View file

@ -0,0 +1,7 @@
{...}: {
nixpkgs.overlays = [
(
self: super: import ../pkgs {pkgs = super;}
)
];
}