vfkit: use nix-update-script for automated updates

This commit is contained in:
phaer
2025-01-10 16:26:48 +01:00
parent 3718eb9874
commit 58baede83d
+3
View File
@@ -4,6 +4,7 @@
buildGoModule,
darwin,
fetchFromGitHub,
nix-update-script,
testers,
vfkit,
}:
@@ -45,6 +46,8 @@ buildGoModule rec {
version = testers.testVersion { package = vfkit; };
};
passthru.updateScript = nix-update-script { };
meta = {
description = "Simple command line tool to start VMs through the macOS Virtualization framework";
homepage = "https://github.com/crc-org/vfkit";