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