Skip to main content

max / alloy

Move SHOP_REV onto the launcher fix shop@24e722f answers --app-id and takes a value attached with equals, which is what the sway config has always passed it. Without this the launcher bind is dead on an installed machine: shop rejected the flag and exited, so $mod+d opened nothing. build/check-rust-stage.sh is green on the pair.
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-14 19:09 UTC
Signed with PGP, not checked
Commit: 4496f542be38748bc2a40affacba2071b7269284
Parent: f4a948a
1 file changed, +1 insertion, -1 deletion
M Containerfile +1 -1
@@ -94,7 +94,7 @@
94 94 # alone, so console edits — the thing that changes most often — reuse it
95 95 # instead of rebuilding a terminal that did not change. Moving it below the
96 96 # `COPY crates/` would defeat the dependency-cache split that follows.
97 - ARG SHOP_REV=7861672f0a622d426d82ea74e3a13ab09d0ce829
97 + ARG SHOP_REV=24e722fbc13f0b13a023d77d1cad72d9e0a27930
98 98
99 99 # Does the remote have anything to build from, before anything expensive runs.
100 100 #