emu_nes/shell.nix

7 lines
85 B
Nix

with import <nixpkgs> {}; mkShellNoCC {
nativeBuildInputs = [
bmake
clang
];
}