added pkgs to msmtp reference
This commit is contained in:
parent
c603a6af33
commit
3c3c30f801
1 changed files with 1 additions and 1 deletions
|
@ -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 ]}"
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue