1. [neo@nixos:~/Forks/nixpkgs]$ nix-build -A haskellPackages.haskell-ide-engine
  2. error: Package ‘haskell-ide-engine-0.1.0.0’ in /home/neo/Forks/nixpkgs/pkgs/development/haskell-modules/hie-packages.nix:238 is marked as broken, refusing to evaluate.
  3. a) For `nixos-rebuild` you can set
  4. { nixpkgs.config.allowBroken = true; }
  5. in configuration.nix to override this.
  6. b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  7. { allowBroken = true; }
  8. to ~/.config/nixpkgs/config.nix.
  9. (use ‘--show-trace’ to show detailed location information)

uhmmm