mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
grub: fix typo in variable name (trivial)
This commit is contained in:
parent
3f842516a1
commit
c840974c24
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ in
|
||||||
] ++ flip concatMap cfg.mirroredBoots (args: [
|
] ++ flip concatMap cfg.mirroredBoots (args: [
|
||||||
{
|
{
|
||||||
assertion = args.devices != [ ];
|
assertion = args.devices != [ ];
|
||||||
message = "A boot path cannot have an empty devices string in ${arg.path}";
|
message = "A boot path cannot have an empty devices string in ${args.path}";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
assertion = hasPrefix "/" args.path;
|
assertion = hasPrefix "/" args.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue