flake: build cmd/radius in gopkgs ouput

This commit is contained in:
WilliButz 2023-06-28 17:03:11 +02:00
parent 6a36be0646
commit 48fb996263
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA

View file

@ -132,6 +132,7 @@
"cmd/ldap" "cmd/ldap"
"cmd/server" "cmd/server"
"cmd/proxy" "cmd/proxy"
"cmd/radius"
]; ];
vendorSha256 = "sha256-QOYKsYb6TpzHRI8vSI5zpRHr2aCeUN67KABTRE2Y2kg="; vendorSha256 = "sha256-QOYKsYb6TpzHRI8vSI5zpRHr2aCeUN67KABTRE2Y2kg=";
nativeBuildInputs = [ pkgs.makeWrapper ]; nativeBuildInputs = [ pkgs.makeWrapper ];