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

nixos/iodine: improve wording of some descriptions

Co-Authored-By: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
symphorien 2020-02-05 19:47:43 +00:00 committed by GitHub
parent dfa67635d6
commit d2d5d89c2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ in
passwordFile = mkOption {
type = types.str;
default = "";
description = "File that contains password";
description = "Path to a file containing the password.";
};
};
}