this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: wirte about how to manage the NIXPKGS_JSON file

isabel e939084d f6166143

+9
+9
README.md
··· 39 39 | ------- | -------- | ----------- | 40 40 | `$DISCORD_TOKEN` | No | The token for the Discord bot that you just created. | 41 41 | `$GITHUB_TOKEN` | No | Github API token. | 42 + | `$NIXPKGS_JSON` | Only if you don't plan on running the nixpkg command | Path to a nixpkgs JSON file | 43 + 44 + You can setup the `$NIXPKGS_JSON` file by running: 45 + 46 + ```sh 47 + # you can keep the url up to date by checking https://channels.nixos.org/nixpkgs-unstable 48 + curl -o packages.json.br https://releases.nixos.org/nixpkgs/nixpkgs-26.05pre904445.890f57fde071/packages.json.br 49 + brotli --decompress packages.json.br -o packages.json 50 + ``` 42 51 43 52 ## Thanks 44 53