This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/app/cryptpad/build/README.md
2022-05-05 17:45:15 +02:00

251 B

Currently there is now way to cleanly package Bower on Nix. So we have to manually package cryptpad.

To update, you have to:

nix-shell
cd cryptpad
git pull
git checkout <tag>
bower update
npm install
cd ..
nix-build
nix-build docker.nix