You've already forked tribes-plugin-aether
forked from tribes/tribes-plugin-template
chore: declare git-hooks input in devenv.yaml
Newer devenv versions require git-hooks.nix to be declared as an explicit input when devenv.nix uses `git-hooks.hooks`.
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
inputs:
|
||||
nixpkgs:
|
||||
url: github:cachix/devenv-nixpkgs/rolling
|
||||
git-hooks:
|
||||
url: github:cachix/git-hooks.nix
|
||||
inputs:
|
||||
nixpkgs:
|
||||
follows: nixpkgs
|
||||
nixpkgs-unstable:
|
||||
url: github:NixOS/nixpkgs/nixos-unstable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user