Skip to content

Commit a4bade9

Browse files
committed
purs IDE disable
1 parent 5f18057 commit a4bade9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
shellHook = ''
119119
source <(spago --bash-completion-script `which spago`)
120120
source <(node --completion-bash)
121-
export PURS_IDE_SOURCES=$(spago sources;cd plugin;spago sources)
121+
# export PURS_IDE_SOURCES=$(cd plugin;spago sources)
122122
echo "PureScript Protobuf development environment"
123123
protoc --version
124124
echo -n "node "

0 commit comments

Comments
 (0)