diff options
-rwxr-xr-x | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile index 55401dd..ab48179 100755 --- a/justfile +++ b/justfile @@ -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") |