this repo has no description
1
fork

Configure Feed

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

chore: update readme

isabel 298d4a9a ab9c937b

-8
-8
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 42 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 - ``` 51 43 52 44 ## Thanks 53 45