simple64: fix strictDeps typo, enable __structuredAttrs

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-06-16 15:14:19 -04:00
parent 60c1f8735e
commit dc5302f4ea
+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