boulder: add updateScript

This commit is contained in:
Anton Mosich
2025-04-18 00:31:23 +02:00
parent 25de8d341d
commit 47f169231c
+7 -3
View File
@@ -4,6 +4,7 @@
buildGoModule,
testers,
boulder,
nix-update-script,
}:
buildGoModule rec {
@@ -318,9 +319,12 @@ buildGoModule rec {
done
'';
passthru.tests.version = testers.testVersion {
package = boulder;
inherit version;
passthru = {
tests.version = testers.testVersion {
package = boulder;
inherit version;
};
updateScript = nix-update-script { };
};
meta = {