mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
grub: Change fsIdentifier to str from string
This commit is contained in:
parent
5870ae613f
commit
8329d12b79
@ -212,7 +212,7 @@ in
|
||||
|
||||
fsIdentifier = mkOption {
|
||||
default = "uuid";
|
||||
type = types.addCheck types.string
|
||||
type = types.addCheck types.str
|
||||
(type: type == "uuid" || type == "label" || type == "provided");
|
||||
description = ''
|
||||
Determines how grub will identify devices when generating the
|
||||
|
Loading…
Reference in New Issue
Block a user