libretro-genode/shell.nix

11 lines
179 B
Nix

{ pkgs ? import <genodepkgs> { } }:
pkgs.shell.mkShell
{ buildInputs = with pkgs;
[ ports.libc
ports.stdcxx
ports.egl_api
ports.mesa
];
}