From 55e9c5edc55bc23d553d920de3eb514c41975176 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 1 Mar 2018 20:36:45 +0100 Subject: [PATCH] Add installation instructions for NixOS The package set `nixpkgs`, NixOS relies on provides `uutils-coreutils` out of the box since 18.03/unstable. See https://github.com/NixOS/nixpkgs/pull/34840 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 91d2cf0a3..623483a2b 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,15 @@ Set install parent directory (default value is /usr/local): $ make PREFIX=/my/path install ``` +### NixOS ### + +The [standard package set](https://nixos.org/nixpkgs/manual/) of [NixOS](https://nixos.org/) +provides this package out of the box since 18.03: + +``` +nix-env -iA nixos.uutils-coreutils +``` + Uninstallation Instructions ---------------------------