From 82070a9b16204a18c80c3040fb2cf367af2392db Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 29 Jun 2021 08:53:45 -0500 Subject: [PATCH] Use test-grpc-haskell as the default nix-shell entry ...as I believe this will be the most common reason to enter the `nix-shell` for the project. --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 39b5c83..b33266a 100644 --- a/shell.nix +++ b/shell.nix @@ -1 +1 @@ -(import ./release.nix).grpc-haskell.env +(import ./release.nix).test-grpc-haskell