all repos — homestead @ d363de501701dc295b2bf4a33b133525a6cdb02d

Code for my website

Fix justfile shebang

Alan Pearce
commit

d363de501701dc295b2bf4a33b133525a6cdb02d

parent

17b000138b8ad9e03a772e4e11fd64e32fd2859e

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M justfilejustfile
@@ -1,5 +1,5 @@
-#!/usr/bin/env cached-nix-shell -#!nix-shell ci.nix -i "just --justfile" +#!/usr/bin/env nix +#!nix develop ``.#ci`` --command just --justfile docker_registry := "registry.fly.io/alanpearce-eu" listen_address := env_var_or_default("LISTEN_ADDRESS", "::1")