0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Merge pull request #136909 from ncfavier/cleanup-defaults-examples

nixos/doc: clean up defaults and examples
This commit is contained in:
Robert Hensing 2021-10-04 20:37:42 +02:00 committed by GitHub
commit 0699530f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
587 changed files with 1661 additions and 1579 deletions

View file

@ -27,7 +27,7 @@ in {
};
contents = mkOption {
example = literalExample ''
example = literalExpression ''
[ { source = pkgs.memtest86 + "/memtest.bin";
target = "boot/memtest.bin";
}