Skip to content

Commit 694ce4d

Browse files
committed
chore: use own container for gitpod.yml
1 parent 9b115a3 commit 694ce4d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitpod.Containerfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FROM gitpod/workspace-nix
2+
RUN nix develop -c exit

.gitpod.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
tasks:
2-
- init: "sudo apt install clang -yy"
3-
- command: "rustup show && nix profile install nixpkgs/nixos-unstable#mold nixpkgs/nixos-unstable#protobuf"
1+
image:
2+
file: .gitpod.Containerfile

0 commit comments

Comments
 (0)