shithub: qk1

ref: 0dc9ef358fb9de3a87a1f54ffaf6ce4b05892f24
dir: /shell.nix/

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