ref: 4a40fbd789b5308e3904cb73b164f3f8f270c4d0 dir: /shell.nix/
with import <nixpkgs> {}; stdenvNoCC.mkDerivation { name = "qk1"; buildInputs = with pkgs; [ SDL2 openal pkg-config meson ninja gcc13 ]; }