Fix devenv templates
This commit is contained in:
parent
ebdb09b528
commit
95852888e1
|
@ -13,12 +13,12 @@
|
||||||
|
|
||||||
# https://devenv.sh/scripts/
|
# https://devenv.sh/scripts/
|
||||||
scripts.welcome-banner.exec = ''
|
scripts.welcome-banner.exec = ''
|
||||||
echo "Welcome to the $NAME development environment."
|
echo "Welcome to the $$NAME development environment."
|
||||||
echo "Bazel version: $(bazel --version | cut -d ' ' -f 2)"
|
echo "Bazel version: $(bazel --version | cut -d ' ' -f 2)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
scripts.build.exec = ''
|
scripts.build.exec = ''
|
||||||
bazel build //main:$NAME
|
bazel build //main:$$NAME
|
||||||
'';
|
'';
|
||||||
|
|
||||||
scripts.clean.exec = ''
|
scripts.clean.exec = ''
|
||||||
|
|
Loading…
Reference in New Issue