Add ABY and MOTION nix files

This commit is contained in:
joachimschmidt557 2021-08-19 17:11:56 +02:00
parent d940ea02da
commit ae5c72d98c
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 30 additions and 0 deletions

13
nix/aby.nix Normal file
View file

@ -0,0 +1,13 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
gmp
boost166
openssl
doxygen
ninja
llvmPackages_12.clang
];
}