There is already a Nix flake provided in the repo, so adding a package with the client should be an easy next step. I am currently unable to run the client under NixOS, as the provided binaries don't work for me, and there is no multi-platform build like an AppImage.
I've built the client in nix develop github:DefGuard/client. The GUI client doesn't work, it shows just a blank screen. Might be missing some resources, maybe the paths aren't set properly.
Running the dg CLI client, I got an error while trying to enroll, reported it in #393
There is already a Nix flake provided in the repo, so adding a package with the client should be an easy next step. I am currently unable to run the client under NixOS, as the provided binaries don't work for me, and there is no multi-platform build like an AppImage.
I've built the client in
nix develop github:DefGuard/client. The GUI client doesn't work, it shows just a blank screen. Might be missing some resources, maybe the paths aren't set properly.Running the
dgCLI client, I got an error while trying to enroll, reported it in #393