Skip to content
This repository was archived by the owner on Dec 6, 2018. It is now read-only.

Commit 2ec9604

Browse files
committed
Fix Nix shell command
Seems that Nix configuration was previously in the `core` directory, but now it's in the root one, so plain `nix-shell` is enough to launch the shell (and the previous command doesn't work).
1 parent ff6891a commit 2ec9604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The installation guide could be found
4040

4141
After `nix` installation, run:
4242
```bash
43-
nix-shell core --pure
43+
nix-shell --pure
4444
...
4545
```
4646

0 commit comments

Comments
 (0)