From 3d343f2acae00fed15597d6318c6ae46010ff0f1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 31 Jan 2022 09:49:23 -0500 Subject: [PATCH] nix-shell-- --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e37aed..cef7248 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Haskell project template optimized for a fully reproducible and friendly develop First-time setup: - [Install Nix](https://nixos.org/download.html) & [enable Flakes](https://nixos.wiki/wiki/Flakes) -- Run `nix-shell --run haskell-language-server` to sanity check your environment +- Run `nix develop -c haskell-language-server` to sanity check your environment - [Open as single-folder workspace](https://code.visualstudio.com/docs/editor/workspaces#_singlefolder-workspaces) in Visual Studio Code - When prompted by VSCode, install the [workspace recommended](https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions) extensions - Ctrl+Shift+P to run command "Nix-Env: Select Environment" and then select `shell.nix`.