parent
a8f4fd368e
commit
ff6c8e2ace
2 changed files with 10 additions and 0 deletions
|
@ -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
Add a link
Reference in a new issue