nixpkgs/pkgs/servers/owncast
Peder Bergebakken Sundt ac2d6bef04 owncast: Fix statedirectory issue after upgrade
The entrypoint script would ensure a symlink to
the nix store exists in the state directory.
The script would fail when trying to overwrite an
existing symlink.

Steps to trigger the issue:

* Install owncast
* Upgrade owncast
* Garbage collect the store
* Upgrade owncast

I chose not to use the -f option in `ln`, as this is
more explicit.
2022-07-25 00:09:03 +02:00
..
default.nix owncast: Fix statedirectory issue after upgrade 2022-07-25 00:09:03 +02:00