forked from Deuxfleurs/infrastructure
.. | ||
cryptpad@5979aafdee | ||
common.nix | ||
default.nix | ||
docker.nix | ||
README.md | ||
shell.nix |
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