mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
Merge pull request #1142 from Ma27/add-install-instructions-for-nixos
Add installation instructions for NixOS
This commit is contained in:
commit
0b5e86c2d7
1 changed files with 9 additions and 0 deletions
|
@ -140,6 +140,15 @@ Set install parent directory (default value is /usr/local):
|
||||||
$ make PREFIX=/my/path install
|
$ 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
|
Uninstallation Instructions
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue