mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos: fix some types
This commit is contained in:
parent
33ae3f2fe4
commit
6eadb16022
15 changed files with 44 additions and 48 deletions
|
@ -15,7 +15,7 @@ with lib;
|
|||
efiSysMountPoint = mkOption {
|
||||
default = "/boot";
|
||||
|
||||
type = types.string;
|
||||
type = types.str;
|
||||
|
||||
description = "Where the EFI System Partition is mounted.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue