Add citrix fixes

This commit is contained in:
2024-10-20 15:14:05 -05:00
parent 7e3cbdf0cb
commit dff532246f
4 changed files with 26 additions and 13 deletions

View File

@@ -4,4 +4,5 @@
nose = import ./nose.nix;
llama-cpp = import ./llama-cpp.nix { inherit inputs; };
printrun = import ./printrun.nix { inherit inputs; };
citrix = import ./citrix.nix;
}