Loading nixos/tests/nextcloud/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ let "${test-helpers.rclone} ${test-helpers.check-sample}" ) ${if builtins.isFunction test-helpers.extraTests then test-helpers.extraTests args else test-helpers.extraTests} ${if pkgs.lib.isFunction test-helpers.extraTests then test-helpers.extraTests args else test-helpers.extraTests} ''; }; Loading Loading
nixos/tests/nextcloud/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ let "${test-helpers.rclone} ${test-helpers.check-sample}" ) ${if builtins.isFunction test-helpers.extraTests then test-helpers.extraTests args else test-helpers.extraTests} ${if pkgs.lib.isFunction test-helpers.extraTests then test-helpers.extraTests args else test-helpers.extraTests} ''; }; Loading