add ngtcp2-debug

master
Christian Ulrich 2021-07-24 15:53:09 +02:00
parent bf71eac7b0
commit 21c33ab991
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ self: super:
ngtcp2 = super.callPackage ./pkgs/ngtcp2/default.nix { };
ngtcp2-debug = super.enableDebugging self.ngtcp2;
inherit (super.callPackages ./pkgs/nim { })
nim-unwrapped nimble-unwrapped nim;