From 9111997f845cb61bcbe5b5f49672ba26814d19c9 Mon Sep 17 00:00:00 2001 From: KokaKiwi Date: Thu, 18 Apr 2024 18:56:19 +0200 Subject: cluster/prod(app): Add new CryptPad build files --- cluster/prod/app/cryptpad/build/deuxfleurs.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cluster/prod/app/cryptpad/build/deuxfleurs.nix (limited to 'cluster/prod/app/cryptpad/build/deuxfleurs.nix') diff --git a/cluster/prod/app/cryptpad/build/deuxfleurs.nix b/cluster/prod/app/cryptpad/build/deuxfleurs.nix new file mode 100644 index 0000000..5cb8b8e --- /dev/null +++ b/cluster/prod/app/cryptpad/build/deuxfleurs.nix @@ -0,0 +1,12 @@ +{ name ? "deuxfleurs/cryptpad" +, tag ? "nix-latest" +}: let + sources = import ./nix/sources.nix; + pkgs = import sources.nixpkgs {}; +in rec { + cryptpad = pkgs.callPackage ./default.nix {}; + docker = pkgs.callPackage ./docker.nix { + inherit name tag; + inherit cryptpad; + }; +} -- cgit v1.2.3