shell.nix: Use buildInputs instead of nativeBuildInputs

restic-rest-server
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
1 changed files with 1 additions and 1 deletions

View File

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