Add nix/spfe

This commit is contained in:
joachimschmidt557 2022-03-14 00:39:05 +01:00
parent 85b49e79e5
commit c7b50ae799
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
2 changed files with 16 additions and 0 deletions

15
nix/spfe.nix Normal file
View file

@ -0,0 +1,15 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
gmp
boost166
openssl
doxygen
ninja
llvmPackages_13.clang
perl534Packages.LWP
bison
];
}