about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index aab1b65..9c02f31 100755
--- a/justfile
+++ b/justfile
@@ -1,5 +1,5 @@
 #!/usr/bin/env cached-nix-shell
-#!nix-shell -i "just --justfile"
+#!nix-shell ci.nix -i "just --justfile"
 
 docker_registry := "registry.fly.io/alanpearce-eu"
 listen_address := env_var_or_default("LISTEN_ADDRESS", "::1")