fix(libvirt-tls-sidecar): add missing cert file
diff --git a/shell.nix b/shell.nix
index 9b81adb..b3fe12c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,6 +2,7 @@
 
 pkgs.mkShell {
   packages = with pkgs; [
+    pkgs.go
     pkgs.earthly
     pkgs.poetry
   ];