diff options
-rwxr-xr-x | justfile | 1 | ||||
-rw-r--r-- | shell.nix | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/justfile b/justfile index 08446db..480ff44 100755 --- a/justfile +++ b/justfile @@ -2,7 +2,6 @@ #!nix-shell -i "just --justfile" docker-registry := "registry.fly.io/alanpearce-eu" -docker-tag := `date +%Y%m%d%H%M%S` default: @just --list --justfile {{ justfile() }} --unsorted diff --git a/shell.nix b/shell.nix index 196a494..118b942 100644 --- a/shell.nix +++ b/shell.nix @@ -16,9 +16,7 @@ pkgs.mkShell { gopls go-licenses gotools - go-tools templ - gci hyperlink systemfd just |