Commit 3b235f07 authored by K900's avatar K900
Browse files

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

Doesn't build with Node 20
parent 14655c8d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 { };