yafc-ce: add update script passthru attribute (#531653)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-28 00:16:29 +00:00
committed by GitHub
+10 -1
View File
@@ -1,11 +1,18 @@
{
buildDotnetModule,
lib,
# Build
buildDotnetModule,
fetchFromGitHub,
dotnetCorePackages,
# Runtime
SDL2,
SDL2_image,
SDL2_ttf,
# Updates
nix-update-script,
}:
let
dotnet = dotnetCorePackages.dotnet_8;
@@ -39,6 +46,8 @@ buildDotnetModule (finalAttrs: {
SDL2_image
];
passthru.updateScript = nix-update-script { };
meta = {
description = "Powerful Factorio calculator/analyser that works with mods, Community Edition";
longDescription = ''