nix-shell--
This commit is contained in:
parent
285a1633bb
commit
3d343f2aca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
- <kbd>Ctrl+Shift+P</kbd> to run command "Nix-Env: Select Environment" and then select `shell.nix`.
|
||||
|
|
Loading…
Reference in a new issue