narinfo-rs/shell.nix

11 lines
133 B
Nix
Raw Normal View History

with import <nixpkgs> { };
mkShell {
nativeBuildInputs = [
nix
nlohmann_json
libsodium
boost
pkg-config
];
}