From b050134b8f13b587d6d9150e348206170d0f4a2c Mon Sep 17 00:00:00 2001 From: Tamipes Date: Tue, 13 Jan 2026 12:32:51 +0100 Subject: [PATCH] doc: README.md manual build step changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b53f56..7a6fa46 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ As you cannot run a forgejo runner with `nixos/nix` due to it not having `node` USERNAME="tamipes" URL="git.tami.moe" nix build --extra-experimental-features "flakes nix-command" . - docker login "https://$URL" docker load -i result docker image tag nix "$URL/$USERNAME/nix:latest" + docker login "https://$URL" docker push "$URL/$username/nix" + rm result # don't forget to cleanup the GC root # I also tag with the date, but this might be unneeded docker image tag nix "$URL/$USERNAME/nix:latest$(date --iso-8601)"