nixos/pcscd: fix eval
This commit is contained in:
parent
e1e49992a9
commit
d56d26bf30
@ -112,7 +112,7 @@ in
|
||||
environment = {
|
||||
PCSCLITE_HP_DROPDIR = pluginEnv;
|
||||
|
||||
PCSCLITE_FILTER_IGNORE_READER_NAMES = lib.mkIf (cfg.ignoreReaderNames) (
|
||||
PCSCLITE_FILTER_IGNORE_READER_NAMES = lib.mkIf (cfg.ignoreReaderNames != [ ]) (
|
||||
lib.concatStringsSep ":" cfg.ignoreReaderNames
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user