remove tmpfile rule which reloaded libvirt.d every rebuild

This commit is contained in:
Gerg-L 2023-07-03 19:56:34 -04:00
parent ca1c54245f
commit a58ba87955
5 changed files with 14 additions and 7 deletions

View file

@ -17,7 +17,7 @@ _: {pkgs, ...}: {
fi
'';
bash.interactiveShellInit = ''
if [ $- == *i* ] && ! printenv PATH | grep -qc '/nix/store' && [ -z "$IN_NIX_SHELL" ] ; then
if [[ $- == *i* ]] && ! printenv PATH | grep -qc '/nix/store' && [ -z "$IN_NIX_SHELL" ] ; then
eval "$(direnv hook bash)"
fi
'';