mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
findutils: move {locate,updatedb} to a separate $locate output
https://github.com/NixOS/nixpkgs/issues/53925
This commit is contained in:
parent
77dc421883
commit
c3c0444949
2 changed files with 18 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue