Skip to content

Commit

Permalink
Add CryptPad's nixpkgs and nixos refs
Browse files Browse the repository at this point in the history
  • Loading branch information
wamirez authored and fricklerhandwerk committed Nov 17, 2024
1 parent 5c7c6c2 commit a8a80da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/CryptPad/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
pkgs,
lib,
sources,
} @ args: {
packages = {inherit (pkgs) cryptpad;};
nixos = {
modules.services.cryptpad = "${sources.inputs.nixpkgs}/nixos/modules/services/web-apps/cryptpad.nix";
tests.cryptpad = "${sources.inputs.nixpkgs}/nixos/tests/cryptpad.nix";
examples = null;
};
}

0 comments on commit a8a80da

Please sign in to comment.