index
:
emu_nes.git
master
A Nintendo Entertainment System (NES) emulator written for the purpose of understanding how the NES and similar 8-bit computers of that era worked.
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 ]; }