From 3ce307d116992b324e76ecdb3eb2056adf43b8ee Mon Sep 17 00:00:00 2001 From: Ethan Carter Edwards Date: Tue, 16 Jun 2026 15:14:19 -0400 Subject: [PATCH] simple64: fix strictDeps typo, enable __structuredAttrs Signed-off-by: Ethan Carter Edwards (cherry picked from commit dc5302f4ea3147904cddc60c54ad49dd3be33590) --- pkgs/by-name/si/simple64/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/si/simple64/package.nix b/pkgs/by-name/si/simple64/package.nix index 49457d450826..c393ebb4a1b7 100644 --- a/pkgs/by-name/si/simple64/package.nix +++ b/pkgs/by-name/si/simple64/package.nix @@ -45,7 +45,8 @@ stdenv.mkDerivation (finalAttrs: { cp ${cheats-json} cheats.json ''; - stictDeps = true; + strictDeps = true; + __structuredAttrs = true; nativeBuildInputs = [ qt6.wrapQtAppsHook