akkoma-frontends.admin-fe: build with Node 18

Doesn't build with Node 20
This commit is contained in:
K900
2023-12-11 14:10:01 +03:00
parent 14655c8d9a
commit 3b235f0735
+4 -1
View File
@@ -1582,7 +1582,10 @@ with pkgs;
};
akkoma-frontends = recurseIntoAttrs {
akkoma-fe = callPackage ../servers/akkoma/akkoma-fe { };
admin-fe = callPackage ../servers/akkoma/admin-fe { };
admin-fe = callPackage ../servers/akkoma/admin-fe {
nodejs = nodejs_18;
yarn = yarn.override { nodejs = nodejs_18; };
};
};
akkoma-emoji = recurseIntoAttrs {
blobs_gg = callPackage ../servers/akkoma/emoji/blobs_gg.nix { };