Add temporary workaround for citrix

This commit is contained in:
Ethan Simmons
2025-08-17 17:10:42 -05:00
parent b4055e9364
commit ef753f2450
2 changed files with 16 additions and 2 deletions

View File

@@ -1,13 +1,15 @@
{ lib
, pkgs
, config
, localPackages
, pkgs_stable_tmp
, ...
}:
with lib; let
cfg = config.simmer.school;
extraCerts = [ ./incommon-rsa-ca2.pem ];
citrix = pkgs.citrix_workspace_23_09_0.override { inherit extraCerts; };
citrix = pkgs_stable_tmp.citrix_workspace_23_09_0.override { inherit extraCerts; };
in
{
config = mkIf cfg.enable {