You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The overlay in waargonaut-deps.nix only applies to the default haskellPackages and not to the one selected if the compiler is changed (by passing the compiler argument to (shell|default).nix.
To reproduce:
nix-shell --argstr compiler ghc862
Expected: dropped in a nix shell
Actual: error saying that generics-sop-0.3.2.0 cannot be built. The overlay specifies version 0.4.0.1 of generics-sop, so it appears the overlays are not working.
The text was updated successfully, but these errors were encountered:
emilypi
added
nix-build
Issues relating to building waargonaut using the nix package manager and build processes
and removed
bug
Something isn't working
labels
Jan 20, 2021
The overlay in
waargonaut-deps.nix
only applies to the defaulthaskellPackages
and not to the one selected if the compiler is changed (by passing thecompiler
argument to (shell
|default
).nix.To reproduce:
Expected: dropped in a nix shell
Actual: error saying that
generics-sop-0.3.2.0
cannot be built. The overlay specifies version0.4.0.1
ofgenerics-sop
, so it appears the overlays are not working.The text was updated successfully, but these errors were encountered: