overlay.nix 119 Bytes
{ pkgs, ... }:

final: prev: with pkgs.haskell.lib; {
  sdl2-mixer = final.callPackage (./pkgs/sdl2-mixer.nix) { };

}