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 {
|
devShell = pkgs.mkShell {
|
||||||
name = "NixOS-config";
|
name = "NixOS-config";
|
||||||
|
|
||||||
buildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
git-crypt
|
git-crypt
|
||||||
gitAndTools.pre-commit
|
gitAndTools.pre-commit
|
||||||
gnupg
|
gnupg
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue