parent
a8f4fd368e
commit
ff6c8e2ace
2 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,7 @@ in {
|
|||
base = web-domain;
|
||||
};
|
||||
email = "akkoma@${email-domain}";
|
||||
iceshrimp.enable = false;
|
||||
};
|
||||
|
||||
matrix = {
|
||||
|
|
|
@ -24,6 +24,15 @@ in
|
|||
dotnetCorePackages.runtime_9_0
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
cd Iceshrimp.Backend
|
||||
dotnet workload install wasm-tools
|
||||
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue