Skip to content

Commit c995a58

Browse files
committed
Don't try to do project-wide purs IDE sources
1 parent 461bf7c commit c995a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@
114114
protoc-gen-purescript
115115
];
116116

117-
# spago sources not working, TODO
117+
# spago sources not working for whole project, TODO something like:
118+
# export PURS_IDE_SOURCES=$(cd plugin;spago sources)
118119
shellHook = ''
119120
source <(spago --bash-completion-script `which spago`)
120121
source <(node --completion-bash)
121-
export PURS_IDE_SOURCES=$(spago sources;cd plugin;spago sources)
122122
echo "PureScript Protobuf development environment"
123123
protoc --version
124124
echo -n "node "

0 commit comments

Comments
 (0)