diff --git a/shell.nix b/shell.nix index 8d9b468..6c414fb 100644 --- a/shell.nix +++ b/shell.nix @@ -4,7 +4,7 @@ let system = builtins.currentSystem; in pkgs.mkShell { - name = "beam-automigrate"; + name = "shell"; buildInputs = [ pkgs.cabal-install pkgs.ghcid