all repos — website @ 1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb

My website

fix error in justfile

Alan Pearce
commit

1da4e94e775c7b57f5a8595a9c9b5b7bddbf03eb

parent

39adffb21f20fd5590f188af8f4221dfd01a29e1

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -35,7 +35,7 @@ docker-image system=(arch() + "-linux"):
nix build .#docker-image-{{ system }} docker-stream-fly: - just docker-stream fly-system + just docker-stream {{ fly-system }} docker-image-fly: (docker-image fly-system)