forked from Fachschaft/nixConfig
added pre-commit support for automated code linting/formatting
This commit is contained in:
parent
7acba2a5bb
commit
0dd73e6adb
4 changed files with 118 additions and 20 deletions
|
@ -17,6 +17,15 @@
|
|||
impermanence = {
|
||||
url = "github:nix-community/impermanence";
|
||||
};
|
||||
pre-commit-hooks = {
|
||||
url = "github:cachix/pre-commit-hooks.nix";
|
||||
inputs = {
|
||||
flake-compat.follows = "";
|
||||
gitignore.follows = "";
|
||||
nixpkgs-stable.follows = "";
|
||||
nixpkgs.follows = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ flake-parts, ... }:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue