diff --git a/.gitignore b/.gitignore index 0a10705..fcf7246 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -.pre-commit-config.yaml -.pre-commit-config.yaml +/.pre-commit-config.yaml diff --git a/flake.nix b/flake.nix index 252e7bd..5abaac9 100644 --- a/flake.nix +++ b/flake.nix @@ -118,7 +118,7 @@ devShell = pkgs.mkShell { name = "NixOS-config"; - buildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ git-crypt gitAndTools.pre-commit gnupg