From 6af3378473ece2f5edaad7f7f822fb65da12c373 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 19 Dec 2020 18:48:01 -0800 Subject: [PATCH] Add NixOS install instructions --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 23c2773..fed1b2a 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,14 @@ Run cointop flatpak flatpak run com.github.miguelmota.Cointop ``` +### NixOS (Linux) + +cointop is available as a [nixpkg](https://search.nixos.org/packages?channel=unstable&show=cointop&from=0&size=30&sort=relevance&query=cointop). + +```bash +nix-env -iA nixpkgs.cointop +``` + ### FreshPorts (FreeBSD / OpenBSD) cointop is available as a [FreshPort](https://www.freshports.org/finance/cointop/) package. @@ -288,6 +296,12 @@ sudo flatpak uninstall com.github.miguelmota.Cointop sudo flatpak install flathub com.github.miguelmota.Cointop ``` +### NixOS (Linux) + +```bash +nix-env -uA nixpkgs.cointop +``` + ## Getting started Just run the `cointop` command to get started: