Remove Plasma pinentry fix
This commit is contained in:
parent
8f63216f2b
commit
0118432753
@ -5,14 +5,5 @@ let
|
||||
in
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf (p5 || p6) {
|
||||
assertions = [
|
||||
{
|
||||
assertion = ((nixpkgs == inputs.nixpkgs-unstable) && nixpkgs.lastModified < (1710889954 + (60*60*24*2)));
|
||||
message = "workaround still configured in system/mitigations.nix";
|
||||
}
|
||||
];
|
||||
programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user