akkoma-admin-fe: remove unnecessary Node.js version pin

This commit is contained in:
Mikael Voss
2025-03-14 14:56:32 +01:00
parent 4c17535c7b
commit 0c7fe139f1
-2
View File
@@ -932,8 +932,6 @@ with pkgs;
};
akkoma-admin-fe = callPackage ../by-name/ak/akkoma-admin-fe/package.nix {
nodejs = nodejs_18;
yarn = yarn.override { nodejs = nodejs_18; };
python3 = python311;
};