summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-03-16 02:41:12 +0000
committerShea Levy <shea@shealevy.com>2012-03-16 02:41:12 +0000
commitb3e248d0f7aa2113106db0e6fc75a8c18e71a86a (patch)
tree50916de7f5f26ca07eb55db89772999aa9890a11 /pkgs/tools
parentd7533209a109126073af99444b4c600ed31d9fa9 (diff)
Whoops, sloppy copy
svn path=/nixpkgs/trunk/; revision=33136
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/NixosBootPkg/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/NixosBootPkg/default.nix b/pkgs/tools/misc/NixosBootPkg/default.nix
index 88192465aba3a..5bce1789a02c6 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 ];