Skip to content

Commit

Permalink
README.md: remove no longer needed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Jan 16, 2025
1 parent c78a80e commit ca5786b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,6 @@ configure once and save it to a git repo.
> The primary goal of this project is to reduce the need to configure
> Vencord again on every new system you install.
>[!WARNING]
> If you're using NixOS 24.05, please set
> `programs.nixcord.discord.vencord.package` to `pkgs.vencord;`
> because the `pnpmDeps.hash` differs between NixOS stable and
> unstable and this repo uses the unstable hash for the
> Vencord that it provides.
>
> Example:
>
> ```nix
> { pkgs, lib, ... }: {
> programs.nixcord = {
> enable = true;
> discord.vencord.package = pkgs.vencord;
> };
> }
> ```
## How to use Nixcord
Currently Nixcord only supports nix flakes as a [home-manager](https://github.com/nix-community/home-manager) module.

Expand Down

0 comments on commit ca5786b

Please sign in to comment.