aboutsummaryrefslogtreecommitdiff
path: root/app/cryptpad/build/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'app/cryptpad/build/common.nix')
-rw-r--r--app/cryptpad/build/common.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/cryptpad/build/common.nix b/app/cryptpad/build/common.nix
index 61d02fa..7ed1d55 100644
--- a/app/cryptpad/build/common.nix
+++ b/app/cryptpad/build/common.nix
@@ -5,5 +5,15 @@
url ="https://github.com/NixOS/nixpkgs/archive/2f06b87f64bc06229e05045853e0876666e1b023.tar.gz";
sha256 = "sha256:1d7zg96xw4qsqh7c89pgha9wkq3rbi9as3k3d88jlxy2z0ns0cy2";
};
+ cryptpadSrc = builtins.fetchGit {
+ url = "https://github.com/xwiki-labs/cryptpad";
+ ref = "refs/tags/4.14.1";
+ rev = "5979aafdee90aab232658374b11aca8331fd0421";
+ };
+ bower2nixSrc = builtins.fetchGit {
+ url = "";
+ ref = "";
+ rev = "";
+ }
nodejs = "nodejs-slim-16_x";
}