diff --git a/pkgs/tools/misc/NixosBootPkg/default.nix b/pkgs/tools/misc/NixosBootPkg/default.nix index 88192465aba..5bce1789a02 100644 --- a/pkgs/tools/misc/NixosBootPkg/default.nix +++ b/pkgs/tools/misc/NixosBootPkg/default.nix @@ -19,7 +19,8 @@ stdenv.mkDerivation (edk2.setup "NixosBootPkg/NixosBootPkg.dsc" { ''; meta = { - description = "Sample UEFI firmware for QEMU and KVM"; + description = + "Simple EFI app to load the kernel with NixOS-specific arguments"; homepage = http://www.shealevy.com; license = "MIT"; maintainers = [ stdenv.lib.maintainers.shlevy ];