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 9b115a3 commit 694ce4dCopy full SHA for 694ce4d
.gitpod.Containerfile
@@ -0,0 +1,2 @@
1
+FROM gitpod/workspace-nix
2
+RUN nix develop -c exit
.gitpod.yml
@@ -1,3 +1,2 @@
-tasks:
- - init: "sudo apt install clang -yy"
3
- - command: "rustup show && nix profile install nixpkgs/nixos-unstable#mold nixpkgs/nixos-unstable#protobuf"
+image:
+ file: .gitpod.Containerfile
0 commit comments