Skip to content

my fork of ssbm-nix with customizations

Notifications You must be signed in to change notification settings

sid-code/ssbm-nix

 
 

Repository files navigation

ssbm-nix

Nix expressions for Super Smash Bros. Melee players.

Goals:

  • Support Slippi Netplay + Playback on NixOS
  • Patch character skins and level textures, declaratively and reproducibly
  • Build common training mods (UnclePunch, 20XX Hack Pack)

Playing Slippi Online!

Run slippi-netplay or the desktop entry.

FAQ

How do I enable the GCC overclock adapter?

Enable the configuration option:

ssbm.gcc.oc-kmod.enable = true;

After building that configuration and switching to it, load the module:

sudo modprobe gcadpter_oc

The kernel module will be reloaded automatically on subsequent boots, since the flake updates boot.kernelModules.

About

my fork of ssbm-nix with customizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 94.6%
  • C 5.4%