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