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