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