Skip to content

Commit d02444c

Browse files
committed
Stop being a purist
It's good enough without `--pure`. For example, I can now use my editor within the `nix-shell`.
1 parent 74c6bdd commit d02444c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package manager.
2929

3030
1. Copy [shell.nix](./shell.nix) at the root of your Elixir/Phoenix project.
3131
2. Add the content of [.gitignore](./.gitignore) to your own _.gitignore_.
32-
3. Start with `nix-shell --pure`.
32+
3. Start with `nix-shell`.
3333

3434
## Mise
3535

0 commit comments

Comments
 (0)