Skip to content

Commit

Permalink
chore: git-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 12, 2024
1 parent bee617e commit c1cc3b5
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 73 deletions.
171 changes: 99 additions & 72 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
inputs = {
devenv.url = "github:cachix/devenv";
flake-parts.url = "github:hercules-ci/flake-parts";
git-hooks.url = "github:cachix/git-hooks.nix";
neovim-nix = {
url = "github:willruggiano/neovim.nix";
inputs.flake-parts.follows = "flake-parts";
Expand All @@ -17,13 +17,17 @@
sg-nvim.url = "github:sourcegraph/sg.nvim";
vscode-js-debug.url = "github:willruggiano/vscode-js-debug.nix";
zls.url = "github:zigtools/zls";

devenv.inputs.pre-commit-hooks.follows = "git-hooks";
};

nixConfig = {
extra-substituters = [
"https://devenv.cachix.org"
"https://willruggiano.cachix.org"
];
extra-trusted-public-keys = [
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"willruggiano.cachix.org-1:rz00ME8/uQfWe+tN3njwK5vc7P8GLWu9qbAjjJbLoSw="
];
};
Expand Down

0 comments on commit c1cc3b5

Please sign in to comment.