Always update link to theme if we need to.

This commit is contained in:
Lyle Mantooth 2023-01-03 20:31:00 -05:00
parent eeb3e909a1
commit 7714de3568
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789

View file

@ -30,7 +30,7 @@
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
packages = [ pkgs.zola ]; packages = [ pkgs.zola ];
shellHook = '' shellHook = ''
ln -sn "${hermit-zola}" "themes/${themeName}" ln -fsn "${hermit-zola}" "themes/${themeName}"
''; '';
}; };
}); });