Skip to content

Commit

Permalink
2024/07/10-19:50:36
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 10, 2024
1 parent c3c2a94 commit 11898b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions pkgs/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ in
ghidra-bin
unstable.proxmark3
];

services.udev.packages = [
pkgs.platformio-core
pkgs.openocd
pkgs.yubikey-personalization
unstable.proxmark3
];
}

# vim:expandtab ts=2 sw=2
5 changes: 0 additions & 5 deletions src/extra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ with lib;
alsa.support32Bit = mkDefault true;
pulse.enable = mkDefault true;
};
udev.packages = [
pkgs.platformio-core
pkgs.openocd
pkgs.yubikey-personalization
];
};

sound.enable = mkDefault true;
Expand Down

0 comments on commit 11898b7

Please sign in to comment.