From a62d6dcfb81517101a2cd51a6a7a7e4460040cd7 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 10 Sep 2023 22:20:53 -0700 Subject: [PATCH] added msmpt to build requirement --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6be157d..50af1b7 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash` rustSettings = with pkgs; { src = ./.; nativeBuildInputs = [ pkg-config ]; - buildInputs = [ openssl hddtemp ]; + buildInputs = [ openssl hddtemp msmtp ]; cargoHash = nixpkgs.lib.fakeHash; }; meta = with nixpkgs.lib; {