shell.nix: Use buildInputs

master
Simon Bruder 2020-10-10 20:56:59 +02:00
parent 86c824ab59
commit 1f2e3f31c3
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
buildInputs = with pkgs; [
python38
python38Packages.mutagen
zola