Replace use of stdenv.shell by runtimeShell

This commit is contained in:
Robert Helgesson 2019-08-22 08:35:06 +02:00
parent 7159c293af
commit eb1b86a5ec
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 4 additions and 4 deletions

View file

@ -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"