shell.nix: Use buildInputs instead of nativeBuildInputs

This commit is contained in:
Simon Bruder 2020-12-13 16:03:34 +01:00
parent d5cd67a5f2
commit 89d9af9834
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -21,7 +21,7 @@ let
''; '';
in in
pkgs.mkShell { pkgs.mkShell {
nativeBuildInputs = (with pkgs; [ buildInputs = (with pkgs; [
git git
niv niv
nixpkgs-fmt nixpkgs-fmt