Remove relative path in flake check
This commit is contained in:
parent
ae3b8d2c4a
commit
5b18f0bbf6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
}:
|
}:
|
||||||
flake-utils.lib.eachDefaultSystem (system: {
|
flake-utils.lib.eachDefaultSystem (system: {
|
||||||
checks.pre-commit-check = git-hooks.lib.${system}.run {
|
checks.pre-commit-check = git-hooks.lib.${system}.run {
|
||||||
src = ./.; # TODO: self?
|
src = self;
|
||||||
hooks.treefmt = {
|
hooks.treefmt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = self.packages.${system}.formatter;
|
package = self.packages.${system}.formatter;
|
||||||
|
|
Loading…
Reference in a new issue