forked from mirrors_public/oddlama_nix-config
chore: update inputs and add temporary fix for pcsclite
This commit is contained in:
parent
e95e65c890
commit
a4dbffe80b
3 changed files with 43 additions and 39 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue