chore: get nix bash prompt consistent

This commit is contained in:
Robert W. Pearce 2023-01-28 20:36:30 +13:00
parent 0dfcba3da8
commit df29dfad61
No known key found for this signature in database
GPG key ID: 8EE70FB52D805C55
2 changed files with 3 additions and 3 deletions

View file

@ -33,11 +33,11 @@
```
λ nix develop
[hakyll]λ hakyll-site build
[hakyll-nix]λ hakyll-site build
...
Success
[hakyll]λ ghci
[hakyll-nix]λ ghci
...
[1 of 1] Compiling Main ( ssg/src/Main.hs, interpreted )
...