diff options
author | stuebinm | 2023-02-20 23:51:41 +0100 |
---|---|---|
committer | stuebinm | 2023-02-20 23:51:41 +0100 |
commit | 18389bdc301a3d00306f4578a159d7967b5e7580 (patch) | |
tree | ad6bdda647fd43b2d4ad02397bbffc04fdb1ce74 /flora | |
parent | 90205722d3b2cca8f727f2230a818e2ddb9fff7e (diff) |
update inputs
Diffstat (limited to 'flora')
-rw-r--r-- | flora/services/akkoma.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/akkoma.nix b/flora/services/akkoma.nix index 07a0e70..953541b 100644 --- a/flora/services/akkoma.nix +++ b/flora/services/akkoma.nix @@ -34,7 +34,7 @@ in package = unstable.akkoma; frontends = { primary = { - package = unstable.akkoma-frontends.pleroma-fe; + package = unstable.akkoma-frontends.akkoma-fe; name = "pleroma-fe"; ref = "stable"; }; |