nix: simplify nix-shell instructions

This commit is contained in:
Ali Abrar 2021-03-11 21:24:53 -05:00
parent e74a7bbb0f
commit 30266418ec
2 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,9 @@ is still experimental, so big changes are possible!
Enter a nix-shell for the project:
```bash
git clone https://github.com/reflex-frp/reflex-platform.git
git clone https://github.com/reflex-frp/reflex-vty.git
cd reflex-vty
../reflex-platform/scripts/work-on ghc ./.
nix-shell
```
From within the nix-shell you can:

1
shell.nix Normal file
View File

@ -0,0 +1 @@
(import ./release.nix {}).reflex-vty.env