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