unison-nix icon indicating copy to clipboard operation
unison-nix copied to clipboard

Latest upgrade triggers involves GHC 9.6.2 from source

Open develop7 opened this issue 7 months ago • 2 comments

Repro:

  1. nix -v profile install github:ceedubs/unison-nix#ucm

Expected: the binary release is downloaded and patched like before

Instead: whole bunch of deps is downloading and GHC 9.6.2 starts building from source.

Workaround: use ucm-bin output, e.g. github:ceedubs/unison-nix#ucm-bin

Seems to be introduced by 0899574d80183aa6176d7669b7dfdffe81a5024c

develop7 avatar Mar 21 '25 14:03 develop7