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