I'm leaving this here for anyone who is attempting to run cfclient on NixOS. The following shell.nix allows for successful launch of the application. I haven't done extensive testing but will try to come back here with any relevant updates if I come across something.
The shell assumes nix-ld is installed (programs.nix-ld.enable = true;)
I'm leaving this here for anyone who is attempting to run
cfclient
on NixOS. The followingshell.nix
allows for successful launch of the application. I haven't done extensive testing but will try to come back here with any relevant updates if I come across something.