add ngtcp2-debug
This commit is contained in:
parent
bf71eac7b0
commit
21c33ab991
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue