Repaired htpdate (hopefully)

This commit is contained in:
Julien Malka 2022-01-06 13:15:44 +01:00
parent 7fba273442
commit 8daeddf5c5
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
3 changed files with 34 additions and 0 deletions

View file

@ -29,6 +29,7 @@ in
{
tinystatus = prev.pkgs.callPackage ../packages/tinystatus {};
mosh = prev.pkgs.callPackage ../packages/mosh {};
htpdate = prev.pkgs.callPackage ../packages/htpdate {};
})
];
}