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