From 9c348ee4487c180b8d2d384563f5c156f8a390fb Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Fri, 20 Feb 2026 19:19:23 -0500 Subject: [PATCH] Wrap InfoOverlay in --- flake.nix | 11 +-------- src/App.vue | 1 - src/components/InfoOverlay.vue | 42 ++++++++++++++++++---------------- 3 files changed, 23 insertions(+), 31 deletions(-) diff --git a/flake.nix b/flake.nix index 28de54f..4ad4b77 100644 --- a/flake.nix +++ b/flake.nix @@ -14,21 +14,12 @@ { devShells.default = pkgs.mkShell { buildInputs = with pkgs; [ - # Node.js LTS with npm - nodejs_20 - - # Go for backend + nodejs_25 go - - # Build tools pkg-config - - # Development utilities git curl jq - - # Optional: for better development experience gnumake ]; diff --git a/src/App.vue b/src/App.vue index 70b378f..e3779cd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,4 @@