summary refs log tree commit diff
path: root/pkgs/tools/misc/grub/trusted.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/grub/trusted.nix')
-rw-r--r--pkgs/tools/misc/grub/trusted.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/grub/trusted.nix b/pkgs/tools/misc/grub/trusted.nix
index e57c98bf51b0..2bf7e3dcf43b 100644
--- a/pkgs/tools/misc/grub/trusted.nix
+++ b/pkgs/tools/misc/grub/trusted.nix
@@ -98,6 +98,6 @@ stdenv.mkDerivation rec {
     description = "GRUB 2.0 extended with TCG (TPM) support for integrity measured boot process (trusted boot)";
     homepage = https://github.com/Sirrix-AG/TrustedGRUB2;
     license = licenses.gpl3Plus;
-    platforms = platforms.gnu;
+    platforms = platforms.gnu ++ platforms.linux;
   };
 }