fix nullability

This commit is contained in:
Grimmauld 2024-05-29 10:27:54 +02:00
parent 9bfa21d6ea
commit cf24711ace
Signed by: Grimmauld
GPG Key ID: C2946668769F91FB

View File

@ -56,7 +56,7 @@ in
osu-lazer-bin
];
})
] ++ optional (factorio.passthru.updateScript != null) factorio;
] ++ optional (!isNull factorio.passthru.updateScript) factorio;
};
options.grimmShared.gaming = mkEnableOption "enables steam, heroic, prism and gamemoded";