From ec47c5bbb5628ef5fbc1d3108c6dcb333e0c2d0a Mon Sep 17 00:00:00 2001 From: Tom Sydney Kerckhove Date: Tue, 2 Nov 2021 11:27:36 +0100 Subject: [PATCH] add the swagger package to the nix build --- nix/overlay.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/overlay.nix b/nix/overlay.nix index 185c361..79d3ce2 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -11,8 +11,9 @@ with final.haskell.lib; "autodocodec" "autodocodec-aeson" "autodocodec-aeson-schema" - "autodocodec-yaml" "autodocodec-api-usage" + "autodocodec-swagger2" + "autodocodec-yaml" ] autodocodecPkg;