Skip to content

Instantly share code, notes, and snippets.

@gilligan
Created January 7, 2019 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilligan/a75b5d513bea952fbc02b02e5b7f2984 to your computer and use it in GitHub Desktop.
Save gilligan/a75b5d513bea952fbc02b02e5b7f2984 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
nix-instantiate --json --eval -E "with import <nixpkgs> {}; lib.attrNames haskell.compiler" | jq "." | grep "ghc...\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment