1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 03:21:10 +01:00

alew: fix

This commit is contained in:
2024-12-13 13:42:51 +01:00
parent f8c3a9dbef
commit ffe9f90b4e

View File

@@ -51,7 +51,7 @@ in
PORT = toString alewPort; PORT = toString alewPort;
}; };
preStart = '' preStart = ''
rsync -rav --delete ${inputs.alew-web.outPath}/ . # rsync -rav --delete ALEW_SRC .
yarn install yarn install
yarn build yarn build
''; '';