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 ];
|
overlays = [ overlay ];
|
||||||
};
|
};
|
||||||
|
|
||||||
crossPkgs = overlaidPkgs.lib.mapAttrs (name: plat:
|
crossPkgs = lib.mapAttrs (name: plat:
|
||||||
import nixpkgs {
|
import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [ overlay ];
|
overlays = [ overlay ];
|
||||||
@ -31,7 +31,7 @@ let
|
|||||||
config = { allowUnsupportedSystem = true; };
|
config = { allowUnsupportedSystem = true; };
|
||||||
}) retroPlatforms;
|
}) retroPlatforms;
|
||||||
|
|
||||||
shell = overlaidPkgs.lib.mapAttrs (name: cross:
|
shell = lib.mapAttrs (name: cross:
|
||||||
cross.mkShell {
|
cross.mkShell {
|
||||||
nativeBuildInputs = with overlaidPkgs; [
|
nativeBuildInputs = with overlaidPkgs; [
|
||||||
retro68.hfsutils
|
retro68.hfsutils
|
||||||
|
Loading…
Reference in New Issue
Block a user