diff options
author | Alan Pearce | 2024-06-28 17:07:57 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 17:08:44 +0200 |
commit | 313f62584d7e5b59b9322442d0ee07a7526a0324 (patch) | |
tree | 44dc052ec184e0376c469e12a14abbf9a1f5e096 /justfile | |
parent | e29149ae9b0cd31f38beb38b0f4ea4e1599f4d93 (diff) | |
download | website-313f62584d7e5b59b9322442d0ee07a7526a0324.tar.lz website-313f62584d7e5b59b9322442d0ee07a7526a0324.tar.zst website-313f62584d7e5b59b9322442d0ee07a7526a0324.zip |
use a smaller shell for CI
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
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") |