From 919d7f476928f6651c82ce2dd01693541095c633 Mon Sep 17 00:00:00 2001 From: Nickiel Date: Mon, 11 Sep 2023 15:41:23 -0700 Subject: [PATCH] added wrapProgram to bulid inputs --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fa50b68..04c2c84 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,8 @@ rust-project TODO: write shell script for automatically updating `cargoHash` rustSettings = with pkgs; { src = ./.; nativeBuildInputs = [ pkg-config ]; - buildInputs = [ openssl hddtemp msmtp ]; + # move makeWrapper to nativeBuildInputs + buildInputs = [ openssl hddtemp msmtp makeWrapper ]; cargoHash = nixpkgs.lib.fakeHash; }; meta = with nixpkgs.lib; {