From ea09686160326ca3856617241a46e99a725039bb Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 10 Oct 2020 22:01:16 +0200 Subject: [PATCH] zsh: nixify: Use builtInputs --- home/.zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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