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 5536da7 commit 9f12c78Copy full SHA for 9f12c78
.gitpod.yml
@@ -1,5 +1,3 @@
1
tasks:
2
- - init: echo "entering devshell..."
3
- command: nix develop
4
-
5
+ - init: "sudo apt install clang -yy"
+ - command: "rustup show && nix profile install nixpkgs/nixos-unstable#mold nixpkgs/nixos-unstable#protobuf"
0 commit comments