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