added pkgs to msmtp reference

This commit is contained in:
Nickiel 2023-09-11 15:32:52 -07:00
parent c603a6af33
commit 3c3c30f801

View file

@ -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 ]}"
'';
});
};