vlaci / openconnect-sso

Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication to Cisco SSL-VPNs
GNU General Public License v3.0
278 stars 117 forks source link

Updated flake & pyproject to work with current nix2poetry #178

Open jacekszymanski opened 1 month ago

jacekszymanski commented 1 month ago

I updated the project so it can build on current NixOS with flakes, after the removal of poetry2nix from nixpkgs.

Unfortunately I wasn't able to make it work with nix2poetry 1.41.0 which you use with niv.

abaga129 commented 1 month ago

I can verify this works for me. I cloned your fork and ran the following to install it.

nix build
sudo nix-env -i ./result

Thank you very much!

bast commented 3 weeks ago

Worked on my side. Thanks a lot for the fix!