parent
a8f4fd368e
commit
ff6c8e2ace
2 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,7 @@ in {
|
||||||
base = web-domain;
|
base = web-domain;
|
||||||
};
|
};
|
||||||
email = "akkoma@${email-domain}";
|
email = "akkoma@${email-domain}";
|
||||||
|
iceshrimp.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
matrix = {
|
matrix = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue