added missing reference
This commit is contained in:
parent
56348cf32a
commit
c603a6af33
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash`
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/time_tracker \
|
wrapProgram $out/bin/time_tracker \
|
||||||
--prefix PATH : "${lib.makeBinPath [ msmtp ]}"
|
--prefix PATH : "${nixpkgs.lib.makeBinPath [ msmtp ]}"
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue