Cabal & Nix Error on Windows

Does anyone know why I am getting the following error when I run the command $ nix-shell in my wsl terminal:

[123 of 270] Compiling Distribution.SPDX.LicenseId ( libraries/Cabal/Cabal/Distribution/SPDX/LicenseId.hs, bootstrapping/Distribution/SPDX/LicenseId.o )
utils/genprimopcode/ghc.mk:19: utils/genprimopcode/dist/package-data.mk: No such file or directory
make[1]: *** [utils/ghc-cabal/ghc.mk:56: utils/ghc-cabal/dist/build/tmp/ghc-cabal] Killed
make: *** [Makefile:123: all] Error 2

It always fails on 123 of 270 and I don’t know why…Any help would be greatly appreciated. Thanks in advance

The error output seems like a pretty good indicator to me :wink:

There is not enough information to help you debug. The generic “have you tried rebooting?” tech support joke would be cabal update && cabal install cardano-node cardano-cli most likely …