mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/boinc: add boinc-headless example to package option
This commit is contained in:
parent
3f99b556de
commit
9bc84eba6f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ in
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.boinc;
|
default = pkgs.boinc;
|
||||||
defaultText = literalExpression "pkgs.boinc";
|
defaultText = literalExpression "pkgs.boinc";
|
||||||
|
example = literalExpression "pkgs.boinc-headless";
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Which BOINC package to use.
|
Which BOINC package to use.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue