all repos — homestead @ c95d483534b17d7bc414aa90ebecb93a99f554f1

Code for my website

Fix access to tools from nativeBuildInputs

Alan Pearce
commit

c95d483534b17d7bc414aa90ebecb93a99f554f1

parent

8c1a971b4935e5cf0abd7c8ba03b45ebe039fcaf

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

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