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
commit 2efbc606cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''