try fufexans git hooks setup

This commit is contained in:
2025-08-29 14:49:10 +02:00
parent 35b5f15370
commit 5de06d7b0f
4 changed files with 42 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
./users
./hosts
./modules
./fmt-hooks.nix
];
perSystem = {pkgs, ...}: {
@@ -105,6 +106,19 @@
inputs.nixpkgs.follows = "nixpkgs";
};
git-hooks = {
url = "github:cachix/git-hooks.nix";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";
};
};
treefmt-nix = {
url = "github:numtide/treefmt-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
# Custom
tuirun = {
url = "git+https://git.sr.ht/~canasta/tuirun";