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