From aa6c56d27f32bb0204c6338f464b81d96d45b5ab Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 9 Feb 2023 15:52:34 +0100 Subject: Silence bootloader warning again Turns out that it couldn't be removed in #175 --- modules/wsl-distro.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/wsl-distro.nix b/modules/wsl-distro.nix index 9b93fa1..22a5a23 100644 --- a/modules/wsl-distro.nix +++ b/modules/wsl-distro.nix @@ -66,6 +66,7 @@ in loader.grub.enable = false; modprobeConfig.enable = false; }; + system.build.installBootLoader = "${pkgs.coreutils}/bin/true"; # WSL does not support virtual consoles console.enable = false; -- cgit v1.2.3