~toastal/easy-purescript-nix

26b3845c5405e490127203e9ade15c87b8373c86 — James Brock 1 year, 3 months ago 5b2ce28
Update README.md
1 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +4 -4
@@ 104,10 104,10 @@ Create a custom `nix develop` shell with a `flake.nix` like this for example:
              pkgs.nodejs-18_x
              pkgs.esbuild
            ];
          shellHook = ''
            source <(spago --bash-completion-script `which spago`)
            source <(node --completion-bash)
            '';
            shellHook = ''
              source <(spago --bash-completion-script `which spago`)
              source <(node --completion-bash)
              '';
          };
       };
     }