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