···3939| ------- | -------- | ----------- |
4040| `$DISCORD_TOKEN` | No | The token for the Discord bot that you just created. |
4141| `$GITHUB_TOKEN` | No | Github API token. |
4242+| `$NIXPKGS_JSON` | Only if you don't plan on running the nixpkg command | Path to a nixpkgs JSON file |
4343+4444+You can setup the `$NIXPKGS_JSON` file by running:
4545+4646+```sh
4747+# you can keep the url up to date by checking https://channels.nixos.org/nixpkgs-unstable
4848+curl -o packages.json.br https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre904445.890f57fde071/packages.json.br
4949+brotli --decompress packages.json.br -o packages.json
5050+```
42514352## Thanks
4453