mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-24 18:16:21 +03:00
nixos/specialisation: fix curly brackets
This commit is contained in:
parent
a549a83b24
commit
b4e7303ddf
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ in
|
||||||
|
|
||||||
specialisation = mkOption {
|
specialisation = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
example = lib.literalExpression "{ fewJobsManyCores.configuration = { nix.settings = { core = 0; max-jobs = 1; }; }";
|
example = lib.literalExpression "{ fewJobsManyCores.configuration = { nix.settings = { core = 0; max-jobs = 1; }; }; }";
|
||||||
description = ''
|
description = ''
|
||||||
Additional configurations to build. If
|
Additional configurations to build. If
|
||||||
<literal>inheritParentConfig</literal> is true, the system
|
<literal>inheritParentConfig</literal> is true, the system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue