Skip to content

Commit dcd5f8b

Browse files
fix: correct devenv.yaml git-hooks input syntax
Use 'follows: nixpkgs' struct syntax instead of bare string 'nixpkgs' for the input reference, as required by devenv's YAML parser. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9e5b67f commit dcd5f8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devenv.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ inputs:
55
git-hooks:
66
url: github:cachix/git-hooks.nix
77
inputs:
8-
nixpkgs: nixpkgs
8+
nixpkgs:
9+
follows: nixpkgs
910

1011
# If you're using non-OSS software, you can set allowUnfree to true.
1112
# allowUnfree: true

0 commit comments

Comments
 (0)