dinghy: init from python310Packages.dinghy

This commit is contained in:
Vincent Haupert 2022-11-02 20:25:05 +01:00 committed by Andreas Stührk
parent be59759575
commit a01bcc73d6

View file

@ -456,6 +456,8 @@ with pkgs;
dhallToNix = callPackage ../build-support/dhall/to-nix.nix { };
dinghy = with python3Packages; toPythonApplication dinghy;
deadcode = callPackage ../development/tools/deadcode { };
deadnix = callPackage ../development/tools/deadnix { };