We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0186e04 commit 71743c3Copy full SHA for 71743c3
.gitpod.yml
@@ -1,5 +1,4 @@
1
+image: yusdacra/gitpod-workspace-base-nix:latest
2
tasks:
- - init: echo "entering devshell..."
3
- command: nix develop
4
-
5
+ - init: nix develop -c echo
+ - command: nix develop
0 commit comments