Skip to content

Commit

Permalink
Remove STACK_IN_NIX_SHELL from README (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
expede authored Jun 4, 2021
1 parent 0d75f06 commit 485846a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,3 @@ Web server, database, 3rd party integrations
# Building

Fission is built inside of a pure Nix shell via the [Stack integration](https://docs.haskellstack.org/en/stable/nix_integration/). This means that you _should_ only need to type `stack build` to do a complete build of all packages.

Unfortunately, the Stack integration doesn't play well with [`lorri`](https://github.com/target/lorri). If you've run `lorri` recently, you will either need to build with `--no-nix` or unset the `STACK_IN_NIX_SHELL` environment variable.

```bash
# bash or zsh
unset STACK_IN_NIX_SHELL
```

```fish
set -e STACK_IN_NIX_SHELL
```

0 comments on commit 485846a

Please sign in to comment.