akkoma-frontends.admin-fe: pin to Python 3.11

This commit is contained in:
K900
2024-07-02 18:35:39 +03:00
parent b065392cf1
commit b6414a2a46
+1
View File
@@ -1530,6 +1530,7 @@ with pkgs;
admin-fe = callPackage ../servers/akkoma/admin-fe {
nodejs = nodejs_18;
yarn = yarn.override { nodejs = nodejs_18; };
python3 = python311;
};
};
akkoma-emoji = recurseIntoAttrs {