diff options
Diffstat (limited to 'nix-haskell-compilers')
-rwxr-xr-x | nix-haskell-compilers | 2 |
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 |