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