Skip to content

Commit

Permalink
tboot: Only works on x86
Browse files Browse the repository at this point in the history
https://hydra.nixos.org/build/65116569

It's x86-related booting stuff.
  • Loading branch information
dezgeg committed Dec 6, 2017
1 parent 6254012 commit 65ace59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/tboot/default.nix
Expand Up @@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
homepage = http://sourceforge.net/projects/tboot/;
license = licenses.bsd3;
maintainers = with maintainers; [ ak ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
};
}

0 comments on commit 65ace59

Please sign in to comment.