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