diff --git a/release.nix b/release.nix index d1fefc3..1bb8759 100644 --- a/release.nix +++ b/release.nix @@ -3,7 +3,7 @@ # $ # Consider adding the following command to your `~/.profile` # $ NIX_PATH="${NIX_PATH}:ssh-config-file=${HOME}/.ssh/config:ssh-auth-sock=${SSH_AUTH_SOCK}" # $ nix-shell -A grpc-haskell.env release.nix -# [nix-shell]$ cabal configure --with-gcc=clang --enable-tests && cabal build && cabal test +# [nix-shell]$ cabal configure --enable-tests && cabal build && cabal test # # This will open up a Nix shell where all of your Haskell tools will work like # normal, except that all dependencies (including C libraries) are managed by