We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice if this minimal example was updated to work.
➜ NIX_PATH=nixpkgs=nixpkgs nix-build --no-link error: attribute 'ghc864' missing at /home/solomon/Development/Nix/static-haskell-nix/default.nix:35:27: 34| 35| normalHaskellPackages = pkgs.haskell.packages.${compiler}; | ^ 36| (use '--show-trace' to show detailed location information)
The text was updated successfully, but these errors were encountered:
@nh2 It would be nice to have a solution for this.
Sorry, something went wrong.
Update default.nix to build with pinned nixpkgs (fixes nh2#113)
c2bba47
No branches or pull requests
It would be nice if this minimal example was updated to work.
The text was updated successfully, but these errors were encountered: