minor cleanup

This commit is contained in:
Wolfgang Thaller 2022-01-03 13:32:18 +01:00
parent d8b8496303
commit 2f5f9537a3
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ let
overlays = [ overlay ];
};
crossPkgs = overlaidPkgs.lib.mapAttrs (name: plat:
crossPkgs = lib.mapAttrs (name: plat:
import nixpkgs {
inherit system;
overlays = [ overlay ];
@ -31,7 +31,7 @@ let
config = { allowUnsupportedSystem = true; };
}) retroPlatforms;
shell = overlaidPkgs.lib.mapAttrs (name: cross:
shell = lib.mapAttrs (name: cross:
cross.mkShell {
nativeBuildInputs = with overlaidPkgs; [
retro68.hfsutils