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