agebox: move to buildGoModule

This commit is contained in:
Thomas Gerbet
2024-12-24 12:25:25 +01:00
parent 987a75d614
commit 4cfa725452
+2 -4
View File
@@ -1,12 +1,10 @@
{
lib,
# Required based on 'go' directive in go.mod,
# remove when Go in nixpkgs defaults to 1.23 or later.
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:
buildGo123Module rec {
buildGoModule rec {
pname = "agebox";
version = "0.7.2";