this repo has no description
1
fork

Configure Feed

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

docs: include info on nixpkgs commands

isabel 55d1a920 0c3e6594

+10 -2
+2
.env.example
··· 1 1 DISCORD_TOKEN=discord token 2 2 GITHUB_TOKEN=github token 3 + NIXPKGS_DB=/var/lib/blahaj/packages.db 4 + NIXPKGS_HASH_FILE=/var/lib/blahaj/nixpkgs.hash
+8 -2
README.md
··· 37 37 38 38 | Env Var | Optional | Description | 39 39 | ------- | -------- | ----------- | 40 - | `$DISCORD_TOKEN` | No | The token for the Discord bot that you just created. | 41 - | `$GITHUB_TOKEN` | No | Github API token. | 40 + | `DISCORD_TOKEN` | No | The token for the Discord bot that you just created. | 41 + | `GITHUB_TOKEN` | No | Github API token. | 42 + | `NIXPKGS_DB` | Yes | Path to a nixpkgs database file | 43 + | `NIXPKGS_HASH_FILE` | Yes | Path to a nixpkgs hash file | 44 + 45 + Then run: 46 + 47 + ```sh 42 48 43 49 44 50 ## Thanks