0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

ArchiSteamFarm.ui: use buildNpmPackage

This commit is contained in:
lom 2023-05-07 14:28:23 -04:00
parent b6bad25cbb
commit ea1cef8c00
4 changed files with 11 additions and 7463 deletions

View file

@ -245,7 +245,7 @@ in
rm -f www
${optionalString cfg.web-ui.enable ''
ln -s ${cfg.web-ui.package}/lib/dist www
ln -s ${cfg.web-ui.package}/ www
''}
'';
};