From 25695dba0365a252cb142d5ba9079bd59f3ccad2 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Sun, 14 Mar 2021 22:31:40 +0100 Subject: fixup gitpod config --- .gitpod.dockerfile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitpod.dockerfile (limited to '.gitpod.dockerfile') diff --git a/.gitpod.dockerfile b/.gitpod.dockerfile deleted file mode 100644 index 9c1da02..0000000 --- a/.gitpod.dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -FROM gitpod/workspace-full - -# 0. Switch to root -USER root - -# 1. Install direnv & git-lfs -RUN sudo apt-get install -y \ - direnv \ - git-lfs - -# 2. Configure Nix -CMD /bin/bash -l -USER gitpod -ENV USER gitpod -WORKDIR /home/gitpod - -RUN mkdir -p /home/gitpod/.config/nixpkgs && echo '{ allowUnfree = true; }' >> /home/gitpod/.config/nixpkgs/config.nix - -RUN echo '. /home/gitpod/.nix-profile/etc/profile.d/nix.sh' >> /home/gitpod/.bashrc -RUN echo 'eval "$(direnv hook bash)"' >> /home/gitpod/.bashrc - -# n. Give back control -USER root \ No newline at end of file -- cgit v1.2.3