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