diff options
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 743cd6e..08446db 100755 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -#!/usr/bin/env nix-shell +#!/usr/bin/env cached-nix-shell #!nix-shell -i "just --justfile" docker-registry := "registry.fly.io/alanpearce-eu" |