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