This reverts commit ee3f767815
.
Turns out pre-commit-hooks needs this.
This commit is contained in:
parent
3b4c9f7954
commit
269fbbcb4c
1 changed files with 5 additions and 0 deletions
|
@ -115,5 +115,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
devShell = nixpkgs.legacyPackages.${system}.mkShell {
|
||||||
|
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||||
|
buildInputs = self.checks.${system}.pre-commit-check.enabledPackages;
|
||||||
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue