installed proxmark tools
This commit is contained in:
parent
77e3d687d4
commit
f132f44b96
6 changed files with 22 additions and 4 deletions
7
overlays/default.nix
Normal file
7
overlays/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
nixpkgs.overlays = [
|
||||
(
|
||||
self: super: import ../pkgs {pkgs = super;}
|
||||
)
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue