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