chore: get nix bash prompt consistent
This commit is contained in:
parent
0dfcba3da8
commit
df29dfad61
2 changed files with 3 additions and 3 deletions
|
@ -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 )
|
||||||
...
|
...
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue