Skip to content

Commit 2daf08d

Browse files
fricklerhandwerkeljamm
authored andcommitted
Cryptpad: enable upstream test
1 parent 55dbfb2 commit 2daf08d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/Cryptpad/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@
4848
examples.demo = {
4949
module = ./demo.nix;
5050
description = "Deployment for demo purposes";
51-
# TODO: fixed in nixpkgs, enable after the flake is updated
52-
# tests.basic = import "${sources.inputs.nixpkgs}/nixos/tests/cryptpad.nix" args;
53-
tests.basic = null;
51+
tests.basic = import "${sources.inputs.nixpkgs}/nixos/tests/cryptpad.nix" args;
5452
};
5553
links = {
5654
admin-guide = {

0 commit comments

Comments
 (0)