0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

findutils: move {locate,updatedb} to a separate $locate output

https://github.com/NixOS/nixpkgs/issues/53925
This commit is contained in:
Artturin 2022-03-24 07:01:29 +02:00
parent 77dc421883
commit c3c0444949
2 changed files with 18 additions and 3 deletions

View file

@ -27,7 +27,7 @@ in
locate = mkOption {
type = package;
default = pkgs.findutils;
default = pkgs.findutils.locate;
defaultText = literalExpression "pkgs.findutils";
example = literalExpression "pkgs.mlocate";
description = ''