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 461bf7c commit c995a58Copy full SHA for c995a58
flake.nix
@@ -114,11 +114,11 @@
114
protoc-gen-purescript
115
];
116
117
- # spago sources not working, TODO
+ # spago sources not working for whole project, TODO something like:
118
+ # export PURS_IDE_SOURCES=$(cd plugin;spago sources)
119
shellHook = ''
120
source <(spago --bash-completion-script `which spago`)
121
source <(node --completion-bash)
- export PURS_IDE_SOURCES=$(spago sources;cd plugin;spago sources)
122
echo "PureScript Protobuf development environment"
123
protoc --version
124
echo -n "node "
0 commit comments