try fufexans git hooks setup
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user