diff --git a/README.md b/README.md index 0945956..e72c8e7 100644 --- a/README.md +++ b/README.md @@ -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 ) ... diff --git a/flake.nix b/flake.nix index 374c472..d23de00 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ nixConfig = { allow-import-from-derivation = "true"; - bash-prompt = "[nix]λ "; + bash-prompt = "[hakyll-nix]λ "; extra-substituters = [ "https://cache.iog.io" "https://cache.zw3rk.com" # https://github.com/input-output-hk/haskell.nix/issues/1408