mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-22 08:34:35 +00:00
minor cleanup
This commit is contained in:
parent
d8b8496303
commit
2f5f9537a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user