From 11898b71d42722db3a91f8f88bc1560a62556495 Mon Sep 17 00:00:00 2001 From: Armin Date: Wed, 10 Jul 2024 19:50:36 +0200 Subject: [PATCH] 2024/07/10-19:50:36 --- pkgs/extra.nix | 7 +++++++ src/extra.nix | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/extra.nix b/pkgs/extra.nix index 70e2888..49c3ef2 100644 --- a/pkgs/extra.nix +++ b/pkgs/extra.nix @@ -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 diff --git a/src/extra.nix b/src/extra.nix index 23d9dee..e6c466f 100644 --- a/src/extra.nix +++ b/src/extra.nix @@ -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;