From 28b37007f25f0c1d9eb2f83809e63d3a53f93cbf Mon Sep 17 00:00:00 2001 From: S Date: Tue, 28 Jan 2020 10:09:25 +0530 Subject: [PATCH] Add NixOS installation instructions (#785) I've added installation instructions for both the package and service. However, the language is somewhat informal. (The instructions, while may seem unclear to someone not familiar with NixOS, should actually be perfectly clear to anybody using NixOS, while being brief along the lines of other Distros) --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7fd9e829..fd67d185 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -6,6 +6,7 @@ This project has been packaged for the following Linux distributions: * Fedora, simply install with `sudo dnf install onedrive` * Arch Linux, available from AUR as [onedrive-abraunegg](https://aur.archlinux.org/packages/onedrive-abraunegg/) * Slackware, available from the slackbuilds.org repository as [onedrive](https://slackbuilds.org/repository/14.2/network/onedrive/) +* NixOS, available on unstable channel (and stable since 20.03). Use package `onedrive` either by adding it to `configuration.nix` or by using the command `nix-env -iA .onedrive`. This does not install a service. There is a (rejected) [PR](https://github.com/NixOS/nixpkgs/pull/77734) which has code which can be used to install a service. See documentation in the same PR. **Important:** Distribution packages may be of an older release when compared to the latest release that is [available](https://github.com/abraunegg/onedrive/releases). If a package is out out date, please contact the package maintainer for resolution.