shithub: qk1

ref: 28e0379c42da488f05d59a0446b57cfae7157680
dir: /shell.nix/

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