1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: update inputs and add temporary fix for pcsclite

This commit is contained in:
oddlama 2024-01-15 21:48:28 +01:00
parent e95e65c890
commit a4dbffe80b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 43 additions and 39 deletions

View file

@ -61,4 +61,7 @@
nixpkgs.config.permittedInsecurePackages = lib.warnIf (pkgs.obsidian.version != "1.5.3") "REMOVE THIS obsidian electron override! in kroma.nix" [
"electron-25.9.0"
];
# BUG: remove when https://github.com/NixOS/nixpkgs/issues/280826 is merged
environment.systemPackages = lib.trace "remove pcsclite polkit override https://github.com/NixOS/nixpkgs/issues/280826" [pkgs.pcscliteWithPolkit.out];
}