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

@@ -190,7 +190,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [ printrun llama-cpp ];
overlays = with overlays; [ printrun llama-cpp citrix ];
config.allowUnfree = true;
};