all repos — website @ 55f901bcc06ad8e61de62f9fc88049c1034c1bac

My website

Fix access to tools from nativeBuildInputs

Alan Pearce
commit

55f901bcc06ad8e61de62f9fc88049c1034c1bac

parent

f94321a27b8ef36423445b021f53593cb46a9864

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M flake.nixflake.nix
@@ -47,10 +47,9 @@ };
}; devShell = pkgs.mkShell { buildInputs = with pkgs; [ - nativeBuildInputs caddy flyctl - ]; + ] ++ nativeBuildInputs; }; }); }