Always update link to theme if we need to.
This commit is contained in:
parent
eeb3e909a1
commit
7714de3568
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
devShell = pkgs.mkShell {
|
||||
packages = [ pkgs.zola ];
|
||||
shellHook = ''
|
||||
ln -sn "${hermit-zola}" "themes/${themeName}"
|
||||
ln -fsn "${hermit-zola}" "themes/${themeName}"
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue