mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Fix #4236
This commit is contained in:
parent
413b00f23f
commit
13ca3708b5
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ sub GrubFs {
|
|||
my $grubBoot = GrubFs("/boot");
|
||||
my $grubStore;
|
||||
if ($copyKernels == 0) {
|
||||
my $grubStore = GrubFs("/nix/store");
|
||||
$grubStore = GrubFs("/nix/store");
|
||||
}
|
||||
|
||||
# Generate the header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue