shithub: qk1

ref: 00a30d4dc8de0929b982ed5d5e2ebd7d49df86e0
dir: /shell.nix/

View raw version
with import <nixpkgs> {};
stdenvNoCC.mkDerivation {
 name = "qk1";
 buildInputs = with pkgs; [
  SDL2
  openal
  pkg-config
  gcc13
 ];
}