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