sus-compiler: move updateScript to passthru

This commit is contained in:
figsoda
2026-05-04 10:30:55 -04:00
parent e40a7abeb0
commit e2ac4bb617
+1 -1
View File
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgram = "${placeholder "out"}/bin/sus_compiler";
updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };
passthru.updateScript = nix-update-script { extraArgs = [ "--generate-lockfile" ]; };
meta = {
description = "New Hardware Design Language that keeps you in the driver's seat";