trying this but go back after

This commit is contained in:
twoneis 2025-03-15 13:27:20 +01:00
parent fa3eacab09
commit 7207a125cf
2 changed files with 0 additions and 10 deletions

View file

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

View file

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