rearrange attributes

This commit is contained in:
Wolfgang Thaller 2021-11-27 12:34:02 +01:00
parent dd85a3d89c
commit 6258f1e0c0
1 changed files with 6 additions and 4 deletions

View File

@ -65,6 +65,10 @@ let
execFormat = { name = "unknown"; };
};
};
isStatic = true;
retro68BinutilsConfig = [ "--disable-plugins" ];
retro68GccConfig = [ "--disable-lto" ];
retro68 = true;
cmakeSystemName = "RetroCarbon";
};
@ -336,8 +340,6 @@ let
cross.mkShell {
nativeBuildInputs =
[ pkgs.hfsutils pkgs.retro68_tools pkgs.cmake pkgs.gnumake ];
}) crossPkgs;
} // cross) crossPkgs;
in {
inherit overlay crossPkgs shell;
}
in shell.m68k // shell // { inherit overlay; }