From 89d9af98340328d29dfb2128573bf32619bbcdd9 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 13 Dec 2020 16:03:34 +0100 Subject: [PATCH] shell.nix: Use buildInputs instead of nativeBuildInputs --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 2583f15..3faf34b 100644 --- a/shell.nix +++ b/shell.nix @@ -21,7 +21,7 @@ let ''; in pkgs.mkShell { - nativeBuildInputs = (with pkgs; [ + buildInputs = (with pkgs; [ git niv nixpkgs-fmt