index
:
emu_nes
master
An NES emulator for learning how the 6502 and similar computers of the era worked
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: 6f61d989d221a79cf27c562cef3ba62094a87fe5 (
plain
)
1
2
3
4
5
6
with import <nixpkgs> {}; mkShellNoCC { nativeBuildInputs = [ bmake clang ]; }