flake: use 'nativeBuildInputs'

This commit is contained in:
Bruno BELANYI 2021-09-01 14:51:27 +02:00
parent 0df212f877
commit 4521cba5f0
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
devShell = pkgs.mkShell {
name = "NixOS-config";
buildInputs = with pkgs; [
nativeBuildInputs = with pkgs; [
git-crypt
gitAndTools.pre-commit
gnupg