stackage.nix nightly since ghc 9.10.1 references unknown ghc-toolchain
Closed this issue · 0 comments
dten commented
nightly references ghc-toolchain since ghc 9.10.1
https://github.com/input-output-hk/stackage.nix/blob/master/nightly-2024-12-11.nix#L599
but there is no such package https://hackage.haskell.org/package/ghc-toolchain
I assume this is supposed to be a reference to the package within ghc
https://gitlab.haskell.org/ghc/ghc/-/tree/ghc-9.10.1-release/utils/ghc-toolchain
this is the error that I get trying to use those nightlies right now
error: attribute 'ghc-toolchain' missing
at /nix/store/4gr4yc827m50m958mr6ib3jwj14kywja-source/nightly-2024-12-15.nix:606:34:
605| "yesod-websockets".revision = hackage."yesod-websockets"."0.3.0.3".revisions."99f49618f7cbb944c928d2870872b6ff867602c80af5d83421a68feb2ad94186";
606| "ghc-toolchain".revision = hackage."ghc-toolchain"."0.1.0.0".revisions.default;
| ^
607| "evm-opcodes".revision = hackage."evm-opcodes"."0.2.0".revisions."895f20796411a8eef3e32fb5a36226475a89d7fd7019c624d500ac583ebaa686";