Uutils: Difference between revisions

Malix (talk | contribs)
feat: Uutils
 
Malix (talk | contribs)
Usage: enhance description
Line 15: Line 15:


=== Usage ===
=== Usage ===
We simply add [https://search.nixos.org/packages?show=uutils-coreutils-noprefix <code>uutils-coreutils-noprefix</code>] in <code>environment.systemsPackages</code>
In your configuration file, add the [https://search.nixos.org/packages?show=uutils-coreutils-noprefix <code>uutils-coreutils-noprefix</code>] package in <code>environment.systemsPackages</code>, and give it a high priority in order to avoid potential conflicts with [https://search.nixos.org/packages?show=coreutils-full <code>coreutils-full</code>]
{{File|3={ pkgs, ... }:
{{File|3={ pkgs, ... }:
{
{