Skip to content

Commit

Permalink
Merge pull request #281421 from SuperSandro2000/pcsc-polkit
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jan 17, 2024
2 parents d206274 + 6b1e465 commit 35ef7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/hardware/pcscd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in
config = mkIf config.services.pcscd.enable {
environment.etc."reader.conf".source = cfgFile;

environment.systemPackages = [ package ];
environment.systemPackages = [ package.out ];
systemd.packages = [ (getBin package) ];

services.pcscd.plugins = [ pkgs.ccid ];
Expand Down

0 comments on commit 35ef7ed

Please sign in to comment.