haskell-nix / hnix-store

Haskell implementation of the Nix store
Apache License 2.0
87 stars 23 forks source link

CI: GitHub: nix-build: fx target closure #98

Closed Anton-Latukha closed 3 years ago

Anton-Latukha commented 3 years ago

Nix builds were building Nixpkgs packages, and in the case of the Remote - the Nixpkgs that used local Core override.

Now they use the local build, and fall because of the cryptohash-sha512 state, which already treated for Cabal with cabal.project, but looks like `cabal2Nix does not support those, so the builds fall.