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