simple64: fix strictDeps typo, enable __structuredAttrs (#532424)

This commit is contained in:
Toma
2026-06-16 23:14:43 +00:00
committed by GitHub
+2 -1
View File
@@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: {
cp ${cheats-json} cheats.json
'';
stictDeps = true;
strictDeps = true;
__structuredAttrs = true;
nativeBuildInputs = [
qt6.wrapQtAppsHook