diff options
author | Ben Sima <ben@bsima.me> | 2020-03-16 11:56:04 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-16 11:56:04 -0700 |
commit | 90e62ca0474e335d174ecef1a55eaf6950a7e753 (patch) | |
tree | 6ca8b93a52531adcf308e071313eecd5d11ffc6f /nix-haskell-compilers | |
parent | 04d8f0a6f7886c37de0053852649688a4ffff603 (diff) |
Fix nix path/target thing
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 |