Compare commits

...

2 commits

Author SHA1 Message Date
Bruno BELANYI 9a06108603 git: remove duplicate ignore directive
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-01 14:52:38 +02:00
Bruno BELANYI c8633abf6d flake: use 'nativeBuildInputs' 2021-09-01 14:51:27 +02:00
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,2 +1 @@
.pre-commit-config.yaml
.pre-commit-config.yaml
/.pre-commit-config.yaml

View file

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