haskell-oidc-client icon indicating copy to clipboard operation
haskell-oidc-client copied to clipboard

Fix release.nix

Open bmillwood opened this issue 1 year ago • 1 comments

release.nix stopped working when the library switched to crypton because that library was first uploaded to Hackage in June 2023 and release.nix was using a nixpkgs snapshot from early 2021. This PR fixes that and then also disables the tests from running, because nowadays it seems like the tests reach out to Google servers to test discovery, and that doesn't work in the nix sandbox.

bmillwood avatar Oct 20 '24 18:10 bmillwood

  • https://github.com/bmillwood/haskell-oidc-client/pull/1 adds a CI job to ensure release.nix continues building.

On the other hand I for one wouldn't really mind if you got rid of the nix support, given that it seems like it was broken for a long time before anyone noticed?

bmillwood avatar Oct 20 '24 18:10 bmillwood