boot.loader.grub: fix variable name (#14855)

This commit is contained in:
Alexander Ried 2016-04-20 22:27:34 +02:00 committed by Franz Pletz
parent cb6280af01
commit 1d6990db06

View file

@ -499,7 +499,7 @@ in
}
] ++ flip map args.devices (device: {
assertion = device == "nodev" || hasPrefix "/" device;
message = "GRUB devices must be absolute paths, not ${dev} in ${args.path}";
message = "GRUB devices must be absolute paths, not ${device} in ${args.path}";
}));
})