diff options
author | Karel Kočí <cynerd@email.cz> | 2024-02-16 00:10:50 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-02-16 00:10:50 +0100 |
commit | 6e3d6da59d310c50a61474824bd7a9f60a17187f (patch) | |
tree | 3dd2d11d76243a55182e3c0d04afb97f6f4cd945 /pkgs | |
parent | 0826536ccda6729152eeb7c8cff9b32fb51405e7 (diff) | |
download | nixos-personal-6e3d6da59d310c50a61474824bd7a9f60a17187f.tar.gz nixos-personal-6e3d6da59d310c50a61474824bd7a9f60a17187f.tar.bz2 nixos-personal-6e3d6da59d310c50a61474824bd7a9f60a17187f.zip |
desktop: add usbkey devices
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index bed1bc4..38ce6b8 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -20,4 +20,9 @@ final: prev: { lorem-text = final.callPackage ./lorem-text {}; bigclown-leds = final.callPackage ./bigclown-leds {}; + + # nixpkgs patches + #zigbee2mqtt = prev.zigbee2mqtt.overrideAttrs (oldAttrs: { + # npmInstallFlags = ["--no-optional"]; # Fix cross build + #}); } |