Revert "trying this but go back after"

This reverts commit 7207a125cf.
This commit is contained in:
twoneis 2025-03-15 18:32:29 +01:00
parent a8f4fd368e
commit ff6c8e2ace
2 changed files with 10 additions and 0 deletions

View file

@ -37,6 +37,7 @@ in {
base = web-domain; base = web-domain;
}; };
email = "akkoma@${email-domain}"; email = "akkoma@${email-domain}";
iceshrimp.enable = false;
}; };
matrix = { matrix = {

View file

@ -24,6 +24,15 @@ in
dotnetCorePackages.runtime_9_0 dotnetCorePackages.runtime_9_0
]; ];
configurePhase = ''
runHook preConfigure
cd Iceshrimp.Backend
dotnet workload install wasm-tools
runHook postConfigure
'';
buildPhase = '' buildPhase = ''
runHook preBuild runHook preBuild