Skip to content

Commit 9bb3a15

Browse files
committed
deps: devenv update
1 parent be5295a commit 9bb3a15

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed

devenv.lock

+30-27
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1735883199,
6+
"lastModified": 1741348424,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "d67d04ae2dd3bc3723e615003034ba752e8db8c3",
9+
"rev": "8f8c96bb1e0c6a59a97592328dc61b9fdbe7474b",
1010
"type": "github"
1111
},
1212
"original": {
@@ -31,10 +31,31 @@
3131
"type": "github"
3232
}
3333
},
34+
"git-hooks": {
35+
"inputs": {
36+
"flake-compat": "flake-compat",
37+
"gitignore": "gitignore",
38+
"nixpkgs": [
39+
"nixpkgs"
40+
]
41+
},
42+
"locked": {
43+
"lastModified": 1741379162,
44+
"owner": "cachix",
45+
"repo": "git-hooks.nix",
46+
"rev": "b5a62751225b2f62ff3147d0a334055ebadcd5cc",
47+
"type": "github"
48+
},
49+
"original": {
50+
"owner": "cachix",
51+
"repo": "git-hooks.nix",
52+
"type": "github"
53+
}
54+
},
3455
"gitignore": {
3556
"inputs": {
3657
"nixpkgs": [
37-
"pre-commit-hooks",
58+
"git-hooks",
3859
"nixpkgs"
3960
]
4061
},
@@ -53,10 +74,10 @@
5374
},
5475
"nixpkgs": {
5576
"locked": {
56-
"lastModified": 1735685343,
77+
"lastModified": 1741462378,
5778
"owner": "NixOS",
5879
"repo": "nixpkgs",
59-
"rev": "81934660d6e9ea54d2f0cdee821e8533b10c221a",
80+
"rev": "2d9e4457f8e83120c9fdf6f1707ed0bc603e5ac9",
6081
"type": "github"
6182
},
6283
"original": {
@@ -66,32 +87,14 @@
6687
"type": "github"
6788
}
6889
},
69-
"pre-commit-hooks": {
70-
"inputs": {
71-
"flake-compat": "flake-compat",
72-
"gitignore": "gitignore",
73-
"nixpkgs": [
74-
"nixpkgs"
75-
]
76-
},
77-
"locked": {
78-
"lastModified": 1735882644,
79-
"owner": "cachix",
80-
"repo": "pre-commit-hooks.nix",
81-
"rev": "a5a961387e75ae44cc20f0a57ae463da5e959656",
82-
"type": "github"
83-
},
84-
"original": {
85-
"owner": "cachix",
86-
"repo": "pre-commit-hooks.nix",
87-
"type": "github"
88-
}
89-
},
9090
"root": {
9191
"inputs": {
9292
"devenv": "devenv",
93+
"git-hooks": "git-hooks",
9394
"nixpkgs": "nixpkgs",
94-
"pre-commit-hooks": "pre-commit-hooks"
95+
"pre-commit-hooks": [
96+
"git-hooks"
97+
]
9598
}
9699
}
97100
},

0 commit comments

Comments
 (0)