ref: 4ccf8bb9ef7dcfda6d7e0ab172df2dbdae74110c dir: /shell.nix/
with import <nixpkgs> {}; stdenvNoCC.mkDerivation { name = "qk1"; buildInputs = with pkgs; [ SDL2 openal pkg-config gcc13 ]; }