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