From a40b055f1639c666367ce10d87a166b1f5ce55e5 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 3 May 2022 13:46:39 +0200 Subject: [PATCH] better comments --- Earthfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 61a0a8f3aa..a035ae24b7 100644 --- a/Earthfile +++ b/Earthfile @@ -1,5 +1,4 @@ -FROM rust:1.60.0-slim-bullseye # make sure to update rust-toolchain.toml and nixpkgs-unstable in sources.json too so that it uses the same rust version > search for cargo on unstable here: https://search.nixos.org/packages -WORKDIR /earthbuild +FROM rust:1.60.0-slim-bullseye # make sure to update rust-toolchain.toml too so that everything uses the same rust version prep-debian: RUN apt -y update