We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f18057 commit a4bade9Copy full SHA for a4bade9
flake.nix
@@ -118,7 +118,7 @@
118
shellHook = ''
119
source <(spago --bash-completion-script `which spago`)
120
source <(node --completion-bash)
121
- export PURS_IDE_SOURCES=$(spago sources;cd plugin;spago sources)
+ # export PURS_IDE_SOURCES=$(cd plugin;spago sources)
122
echo "PureScript Protobuf development environment"
123
protoc --version
124
echo -n "node "
0 commit comments