Replace use of stdenv.shell by runtimeShell
This commit is contained in:
parent
7159c293af
commit
eb1b86a5ec
4 changed files with 4 additions and 4 deletions
|
|
@ -188,7 +188,7 @@ in
|
|||
{
|
||||
target = "${notmuchIni.database.path}/.notmuch/hooks/${name}";
|
||||
source = pkgs.writeScript name ''
|
||||
#!${pkgs.stdenv.shell}
|
||||
#!${pkgs.runtimeShell}
|
||||
|
||||
export PATH="${pkgs.notmuch}/bin''${PATH:+:}$PATH"
|
||||
export NOTMUCH_CONFIG="${config.xdg.configHome}/notmuch/notmuchrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue