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