From ef6faa57ea86fdd4ace457f3b353f6fc592d9653 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Sep 2025 21:56:54 +0100 Subject: [PATCH] Refactor Signed-off-by: Oliver Davies --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9c3c667..a537111 100644 --- a/flake.nix +++ b/flake.nix @@ -25,9 +25,9 @@ }; }; - devShells.${system} = { + devShells.${system} = with pkgs; { go-api = mkShell { - packages = with pkgs; [ + packages = [ curlMinimal go jq @@ -37,7 +37,7 @@ }; openapi = mkShell { - packages = with pkgs; [ + packages = [ openapi-generator-cli openapi-tui