work around CVE-2024-23342 for pkgs hwi, trezor
This commit is contained in:
parent
c4cd252753
commit
e6e3a13dbb
4 changed files with 20 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ in {
|
|||
});
|
||||
})
|
||||
(mkIf cfg.trezor {
|
||||
environment.systemPackages = [ pkgs.python3.pkgs.trezor ];
|
||||
environment.systemPackages = [ config.nix-bitcoin.pkgs.pyPkgs.nbPython3PackagesWithUnlockedEcdsa.trezor ];
|
||||
# Don't use rules from nixpkgs because we want to use our own group.
|
||||
services.udev.packages = lib.singleton (pkgs.writeTextFile {
|
||||
name = "trezord-udev-rules";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue