summaryrefslogtreecommitdiff
path: root/nix-haskell-compilers
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-03-16 11:56:04 -0700
committerBen Sima <ben@bsima.me>2020-03-16 11:56:04 -0700
commit90e62ca0474e335d174ecef1a55eaf6950a7e753 (patch)
tree6ca8b93a52531adcf308e071313eecd5d11ffc6f /nix-haskell-compilers
parent04d8f0a6f7886c37de0053852649688a4ffff603 (diff)
Fix nix path/target thing
Diffstat (limited to 'nix-haskell-compilers')
-rwxr-xr-xnix-haskell-compilers2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-haskell-compilers b/nix-haskell-compilers
index caf172b..7416ad3 100755
--- a/nix-haskell-compilers
+++ b/nix-haskell-compilers
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
-nix-env "$@" -qaP -A haskell.compiler
+nix-env "$@" -qaP -A nixpkgs.haskell.compiler