pkgs: add digestpp

This commit is contained in:
Bruno BELANYI 2024-03-05 21:15:57 +00:00
parent d423a03663
commit 6a47703c08
2 changed files with 33 additions and 0 deletions

View file

@ -10,6 +10,8 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
diff-flake = pkgs.callPackage ./diff-flake { };
digestpp = pkgs.callPackage ./digestpp { };
dragger = pkgs.callPackage ./dragger { };
drone-rsync = pkgs.callPackage ./drone-rsync { };