Fix access to tools from nativeBuildInputs
55f901bcc06ad8e61de62f9fc88049c1034c1bac
f94321a27b8ef36423445b021f53593cb46a9864
@@ -47,10 +47,9 @@ }; }; devShell = pkgs.mkShell { buildInputs = with pkgs; [ - nativeBuildInputs caddy flyctl - ]; + ] ++ nativeBuildInputs; }; }); }