From 1f2e3f31c3b3b1cf08b8e74948c4c9cdd0b82104 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 10 Oct 2020 20:56:59 +0200 Subject: [PATCH] shell.nix: Use buildInputs --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index c626ce4..07668f3 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import {} }: pkgs.mkShell { - nativeBuildInputs = with pkgs; [ + buildInputs = with pkgs; [ python38 python38Packages.mutagen zola