akkoma-frontends.admin-fe: rename to akkoma-admin-fe & migrate to pkgs/by-name

This commit is contained in:
Mikael Voss
2025-03-14 14:55:23 +01:00
parent 30cbef7dc9
commit 4c17535c7b
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -525,7 +525,7 @@ in {
ref = "stable";
};
admin = {
package = pkgs.akkoma-frontends.admin-fe;
package = pkgs.akkoma-admin-fe;
name = "admin-fe";
ref = "stable";
};
@@ -538,7 +538,7 @@ in {
ref = "stable";
};
admin = {
package = pkgs.akkoma-frontends.admin-fe;
package = pkgs.akkoma-admin-fe;
name = "admin-fe";
ref = "stable";
};
+6 -6
View File
@@ -930,13 +930,13 @@ with pkgs;
};
});
};
akkoma-frontends = recurseIntoAttrs {
admin-fe = callPackage ../servers/akkoma/admin-fe {
nodejs = nodejs_18;
yarn = yarn.override { nodejs = nodejs_18; };
python3 = python311;
};
akkoma-admin-fe = callPackage ../by-name/ak/akkoma-admin-fe/package.nix {
nodejs = nodejs_18;
yarn = yarn.override { nodejs = nodejs_18; };
python3 = python311;
};
akkoma-emoji = recurseIntoAttrs {
blobs_gg = callPackage ../servers/akkoma/emoji/blobs_gg.nix { };
};