with import <nixpkgs> {}; stdenv.mkDerivation { name = "rust-pijul"; buildInputs = [ libsodium pkg-config openssl ]; }