I hope I’m in a right place, been searching for most appropriate thread to post this, and it seems to me that this is it.
I have a problem when I follow the instructions given at Nixpkgs 23.11 manual | Nix & NixOS because it is not clear to me what to do to acomplish the following: "In order to work around this issue the package provides a simple mechanism to add custom certificates without rebuilding the entire package using symlinkJoin [the code follows in the link above] "
Where should i implement this solution with symlinkJoin?
And also, when I try to open my citrix environment with wfica it shows the “libpcsclite.so is not installed”. I installed ‘pcsclite’ package through global config (on my arch install it was enough to just install it). I suppose that in Nixos citrix package doesn’t know where to look for this lib, so it must be specified, but I don’t know where. Can somebody help with that?
Thank you everyone in advance, I am still struggling with understanding the concept of nixos, so if there is a manual page clarifying this topic be kind to send it to me, I’d also like to learn more about the way Nix and Nixos handle packages. But will also appreciate clear quick-fix for the problem above.
As far, as i understand it, this creates an overlay with an overridden definition of the package, which in turn sets this extraCerts parameter, mentioned in the docs. This (on nixos-rebuild switch) seems to rebuild the package though, instead of creating a symlinkJoined one from the original package plus the certificate. But as this “extra rebuild” only happens when the certificate is changed, which for CAs at least is almost never, i can live with that.
Hope this helps you or some future fellow-beginner, stumbling over this
Ah. Yeah, thanks! That’s indeed quite a bit shorter to write.
Regarding the maintainer thing:
I use citrix_workspace every day at work for accessing some Windows applications from my Linux workstation. I am quite new to NixOS. Maybe half a year since migrating my personal machine after some years of Arch. And just yesterday i took the step to migrate my work workstation from Arch to NixOS. I would though consider putting myself up to the challenge, as this may be the best way to learn and grow with NixOS
As I mentioned in the PR, I’m happy to help my successor if needed. Do you already have an entry in maintainers/maintainer-list.nix? I’d just add you there and merge the PR then I guess