flake: use 'nativeBuildInputs'
This commit is contained in:
parent
0df212f877
commit
4521cba5f0
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@
|
|||
devShell = pkgs.mkShell {
|
||||
name = "NixOS-config";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
nativeBuildInputs = with pkgs; [
|
||||
git-crypt
|
||||
gitAndTools.pre-commit
|
||||
gnupg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue