nix: add shell.nix

pull/25/head
Pavol Rusnak 6 years ago
parent 60b5b7032c
commit a938a1c901
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -0,0 +1,6 @@
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "trezor-crypto-dev";
buildInputs = [ gnumake gcc pkgconfig openssl check ];
}
Loading…
Cancel
Save