Let $f(x)=\sqrt{1+\sqrt{1-x}}\,\,\,\,\,\ \forall x\in[0,1].$
It is not difficult to find first few derivatives of this function as
$$f'(x)=-\dfrac1{2^2}(1+\sqrt{1-x})^{-1/2}(1-x)^{-1/2}$$
$$f''(x)=-\frac1{2^4}(1+\sqrt{1-x})^{-3/2}(1-x)^{-1}-\frac1{2^3}(1+\sqrt{1-x})^{-1/2}(1-x)^{-3/2}$$
$$f'''(x)=-\frac3{2^6}(1+\sqrt{1-x})^{-5/2}(1-x)^{-3/2}-\frac3{2^5}(1+\sqrt{1-x})^{-3/2}(1-x)^{-2}-\frac3{2^4}(1+\sqrt{1-x})^{-1/2}(1-x)^{-5/2}$$
However it is difficult to observe a pattern between these derivatives.
How can I find the $n$th derivative of $f$?
Edit. One may use the following result.
Hint. Let $f$ be $n$-times differentiable over some interval $(0,b).$ Then
Since $$ \sqrt{1+\sqrt{1-x}}=\frac1{\sqrt{2}}\left(\sqrt{1+\sqrt{x}}+\sqrt{1-\sqrt{x}}\right) $$then one may apply $(1)$ to $$ f(x)=\frac1{\sqrt{2}}\left(\sqrt{1+x}+\sqrt{1-x}\right),\qquad 0<x<1,\tag2 $$ observing that $$ f^{(k)}(x)=\frac1{\sqrt{2}}\left(\frac{(-1)^{k-1}(2k)!}{(2k-1)2^{2k}k!}\frac1{(1+x)^{k-\frac12}}-\frac{(2k)!}{(2k-1)2^{2k}k!}\frac1{(1-x)^{k-\frac12}}\right). \tag3 $$