I installed minimal edition of nixos on vm, and then install some pkgs like i3, firefox, code, ...
but when i want to install ghc compiler of haskell i encounter with a problem
i used ghcup from its offical site for installing haskell ecosystem it needs some requirement like python3, gcc ,...., i installed all of them,
I successfully instal the ghcup but when i want to install ghc this error happen:
checking for -ar ... no
checkinf for ar ... no
configure: error: cannot find ar in your PATH, no idea how to make a library
I installed some pkgs like binutils, but error still is there.