infrastructure/app/cryptpad/build
2022-05-06 10:32:41 +02:00
..
cryptpad@5979aafdee WIP Cryptpad packaging 2022-05-05 17:45:15 +02:00
common.nix Packaging try on Cryptpad 2022-05-06 10:32:41 +02:00
default.nix Packaging try on Cryptpad 2022-05-06 10:32:41 +02:00
docker.nix WIP Cryptpad packaging 2022-05-05 17:45:15 +02:00
README.md WIP Cryptpad packaging 2022-05-05 17:45:15 +02:00
shell.nix WIP Cryptpad packaging 2022-05-05 17:45:15 +02:00

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