Skip to content

Fix the direct Nix build

Jean-Paul Calderone requested to merge fix-nix-build into master

Previously the Nix / Stack integration allowed for builds. However, this isn't how the real package for NixOS is actually built. Instead, that uses the Nix "haskell.nix" library and it was untested on CI and also broken.

This adds CI and fixes the failure.

Merge request reports