summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-05-01 23:11:18 -0500
committerWilliam A. Kennington III <william@wkennington.com>2014-08-28 13:35:35 -0700
commit8329d12b799b98a2b220e34ed347417c2d5b8fbe (patch)
treef20bb6dc5c15eb6f9dd8b4d3fd900924ab4a549b /nixos
parent5870ae613f42c99456dcbbc4df01abdce3c1f448 (diff)
downloadnixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.tar
nixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.tar.gz
nixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.tar.bz2
nixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.tar.lz
nixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.tar.xz
nixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.tar.zst
nixlib-8329d12b799b98a2b220e34ed347417c2d5b8fbe.zip
grub: Change fsIdentifier to str from string
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix
index 57bf2cefa6f4..8ba7ae2c7fa2 100644
--- a/nixos/modules/system/boot/loader/grub/grub.nix
+++ b/nixos/modules/system/boot/loader/grub/grub.nix
@@ -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