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 λ nix develop
[hakyll]λ hakyll-site build [hakyll-nix]λ hakyll-site build
... ...
Success Success
[hakyll]λ ghci [hakyll-nix]λ ghci
... ...
[1 of 1] Compiling Main ( ssg/src/Main.hs, interpreted ) [1 of 1] Compiling Main ( ssg/src/Main.hs, interpreted )
... ...

View file

@ -3,7 +3,7 @@
nixConfig = { nixConfig = {
allow-import-from-derivation = "true"; allow-import-from-derivation = "true";
bash-prompt = "[nix]λ "; bash-prompt = "[hakyll-nix]λ ";
extra-substituters = [ extra-substituters = [
"https://cache.iog.io" "https://cache.iog.io"
"https://cache.zw3rk.com" # https://github.com/input-output-hk/haskell.nix/issues/1408 "https://cache.zw3rk.com" # https://github.com/input-output-hk/haskell.nix/issues/1408