tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
chaps: not supported on i686 (ZHF)
Luca Bruno
10 years ago
befef13d
0abe34e4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
chaps
default.nix
+1
-1
pkgs/tools/security/chaps/default.nix
···
75
75
description = "PKCS #11 implementation based on trusted platform module (TPM)";
76
76
homepage = "https://www.chromium.org/developers/design-documents/chaps-technical-design";
77
77
maintainers = [ maintainers.tstrobel ];
78
78
-
platforms = platforms.linux;
78
78
+
platforms = [ "x86_64-linux" ];
79
79
license = licenses.bsd3;
80
80
};
81
81
}