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

17
nix/motion.nix Normal file
View file

@ -0,0 +1,17 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
gmp
boost173
openssl
doxygen
graphviz
ninja
clang_10
flatbuffers
fmt
gtest
];
}