From f7a09440f9bdea208c43e5353bee2e8bf68a24f0 Mon Sep 17 00:00:00 2001 From: "Mike A." Date: Sat, 14 Jun 2025 16:30:22 +0200 Subject: [PATCH] chore: add `gh` tool to Nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index df1aaff..46f84b7 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,7 @@ pkgs.mkShell { packages = with pkgs; [ python312 unstable.uv + gh ]; shellHook = ''