rename deprecated option

This commit is contained in:
Mathijs Kwik 2013-02-24 11:58:46 +01:00
parent a9b3dbf8ea
commit e05a37d736
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let
src = ./efi-boot-stub-builder.sh; src = ./efi-boot-stub-builder.sh;
isExecutable = true; isExecutable = true;
inherit (pkgs) bash; inherit (pkgs) bash;
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.glibc] ++ (pkgs.stdenv.lib.optionals config.boot.loader.efiBootStub.runEfibootmgr [pkgs.efibootmgr pkgs.module_init_tools]); path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep pkgs.glibc] ++ (pkgs.stdenv.lib.optionals config.boot.loader.efi.canTouchEfiVariables [pkgs.efibootmgr pkgs.module_init_tools]);
inherit (config.boot.loader.efiBootStub) installStartupNsh; inherit (config.boot.loader.efiBootStub) installStartupNsh;
inherit (config.boot.loader.efi) efiSysMountPoint; inherit (config.boot.loader.efi) efiSysMountPoint;