mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
grub: removed orphaned mkOption configurationName
This commit is contained in:
parent
60e6cc81b5
commit
bd811d32b4
1 changed files with 0 additions and 9 deletions
|
@ -86,15 +86,6 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
configurationName = mkOption {
|
||||
default = "";
|
||||
example = "Stable 2.6.21";
|
||||
type = types.str;
|
||||
description = ''
|
||||
GRUB entry name instead of default.
|
||||
'';
|
||||
};
|
||||
|
||||
extraPrepareConfig = mkOption {
|
||||
default = "";
|
||||
type = types.lines;
|
||||
|
|
Loading…
Reference in a new issue