diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-06 11:44:13 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-06 11:44:13 +0200 |
commit | ca55b15b5741731b520917e2a465973f7c14df60 (patch) | |
tree | 28b08f376293e4307d4df3229389f74775be20ac /app/cryptpad/build/common.nix | |
parent | b75d7c7841a4ed5b9ebef8a2d91ee6e64e3bf5bf (diff) | |
download | nixcfg-ca55b15b5741731b520917e2a465973f7c14df60.tar.gz nixcfg-ca55b15b5741731b520917e2a465973f7c14df60.zip |
Add Cryptpad build and config
Diffstat (limited to 'app/cryptpad/build/common.nix')
-rw-r--r-- | app/cryptpad/build/common.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/cryptpad/build/common.nix b/app/cryptpad/build/common.nix new file mode 100644 index 0000000..639d9a1 --- /dev/null +++ b/app/cryptpad/build/common.nix @@ -0,0 +1,8 @@ +{ + pkgsSrc = fetchTarball { + # Latest commit on https://github.com/NixOS/nixpkgs/tree/nixos-21.11 + # As of 2022-04-15 + url ="https://github.com/NixOS/nixpkgs/archive/2f06b87f64bc06229e05045853e0876666e1b023.tar.gz"; + sha256 = "sha256:1d7zg96xw4qsqh7c89pgha9wkq3rbi9as3k3d88jlxy2z0ns0cy2"; + }; +} |