about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-11-27 15:14:27 +0100
committerAlan Pearce2024-11-27 15:14:27 +0100
commit5df438f9b75748e958118e72ae05e0eb2f949c2b (patch)
tree5d4480bb00b74eb33d4657d697abe954f40bcb04 /justfile
parent1bde2cfdb2a75563a5f264484d6d76d1deac5e56 (diff)
downloadwebsite-5df438f9b75748e958118e72ae05e0eb2f949c2b.tar.lz
website-5df438f9b75748e958118e72ae05e0eb2f949c2b.tar.zst
website-5df438f9b75748e958118e72ae05e0eb2f949c2b.zip
Fix justfile shebang
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile4
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")