all repos — website @ f9b4d8ec8c475c541960e89022c28f950e8f0a2a

My website

fix dev target
Alan Pearce alan@alanpearce.eu
Thu, 13 Jun 2024 17:16:09 +0200
commit

f9b4d8ec8c475c541960e89022c28f950e8f0a2a

parent

ac0195094bc684fc8dac75f0940541c80b48124e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M justfilejustfile
@@ -35,7 +35,7 @@ nix-build what:     nix build .#{{ what }}
 
 dev:
-	systemfd -s http::3000 modd
+	systemfd -s http::3000 -- modd
 
 docker-stream system=(arch() + "-linux"):
     @nix build --print-out-paths .#docker-stream-{{ system }} | sh