chore: fix pkgs order
diff --git a/shell.nix b/shell.nix
index b3fe12c..f11ac39 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,8 +2,8 @@
 
 pkgs.mkShell {
   packages = with pkgs; [
-    pkgs.go
     pkgs.earthly
+    pkgs.go
     pkgs.poetry
   ];
 }