From 558f523e48a2884d133541cf1dd09ce2cf19a096 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sat, 28 Feb 2026 23:26:36 +0000 Subject: [PATCH] Add support for projections via proj --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index c907b2ee..5a11df65 100644 --- a/flake.nix +++ b/flake.nix @@ -26,8 +26,10 @@ pkgs.goose pkgs.gotools pkgs.lefthook + pkgs.pkg-config pkgs.prettier pkgs.prettier-plugin-go-template + pkgs.proj pkgs.watchexec ]; };