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