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