Explorar o código

docs: remove nix flake reference

ayn2op hai 5 meses
pai
achega
32bb94f457
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -25,10 +25,8 @@ You can download and install a [prebuilt binary here](https://nightly.link/ayn2o
 - Arch Linux: `yay -S discordo-git`
 - Gentoo (available on the guru repos as a live ebuild): `emerge net-im/discordo`
 - FreeBSD: `pkg install discordo` or via the ports system `make -C /usr/ports/net-im/discordo install clean`.
-- Nix (NixOS, home-manager)
-  - Downstream nixpkgs installation: Add `pkgs.discordo` to `environment.systemPackages` or `home.packages`.
-  <!-- Temporary until downstream home-manager module --> 
-  - Upstream flake installation: Add `inputs.discordo.url = "github:ayn2op/discordo"`. Install using `inputs.discordo.homeModules.default` (`.enable, .package, .settings TOML`).
+- Nix: Add `pkgs.discordo` to `environment.systemPackages` or `home.packages`.
+
 - Windows (Scoop):
 
 ```sh