feat: vendor element-web

This commit is contained in:
2026-06-05 18:55:22 +00:00
parent 0914391a2b
commit d76c0b0273
4 changed files with 111 additions and 2 deletions
+1
View File
@@ -145,6 +145,7 @@ in {
nix-derivation-hash = pkgs.callPackage ./nix-derivation-hash {};
"sentinèlla" = pkgs.callPackage (./. + "/sentinèlla") {};
deploy = pkgs.callPackage ./deploy { inherit inputs; };
element-web = pkgs.callPackage ./element-web {};
shellplot = pkgs.callPackage ./shellplot {};
onlinepubs2man = pkgs.callPackage ./onlinepubs2man {};
migrator = pkgs.callPackage ./migrator { inherit self; };