From 84581376b6fbbbf3476d0746f6d2ded22a092b1c Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 25 Aug 2023 22:32:28 -0700 Subject: [PATCH] added hddtemp to build requirements --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6242b36..f39eeea 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 ]; + buildInputs = [ openssl hddtemp ]; cargoHash = nixpkgs.lib.fakeHash; }; meta = with nixpkgs.lib; {