diff --git a/home/.zshrc.local b/home/.zshrc.local index cf73404..03f14bb 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -103,7 +103,7 @@ function nixify() { { pkgs ? import {} }: pkgs.mkShell { - nativeBuildInputs = with pkgs; [ + buildInputs = with pkgs; [ ]; } EOF