From 3c3c30f801649e60dcaa75d0479db209d795fb08 Mon Sep 17 00:00:00 2001 From: Nickiel Date: Mon, 11 Sep 2023 15:32:52 -0700 Subject: [PATCH] added pkgs to msmtp reference --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eb9919f..fa50b68 100644 --- a/flake.nix +++ b/flake.nix @@ -80,7 +80,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash` postFixup = '' wrapProgram $out/bin/time_tracker \ - --prefix PATH : "${nixpkgs.lib.makeBinPath [ msmtp ]}" + --prefix PATH : "${nixpkgs.lib.makeBinPath [ pkgs.msmtp ]}" ''; }); };