1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

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
This commit is contained in:
Maximilian Bosch 2018-03-01 20:36:45 +01:00
parent d4c3c94848
commit 55e9c5edc5
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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
---------------------------