Skip to content

Commit

Permalink
now pre-commit works i think
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Aug 17, 2023
1 parent 2442a93 commit f12ad51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ TAGS
# Nix
.direnv
result/
/.pre-commit-config.yaml

# Elara! :D
build/
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
};
};

checks = {
checks = {
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;
settings = {
Expand Down Expand Up @@ -183,6 +183,7 @@
config.flake-root.devShell
config.mission-control.devShell
];
inherit (self.checks.${system}.pre-commit-check) shellHook;

buildInputs =
let
Expand Down

0 comments on commit f12ad51

Please sign in to comment.