Skip to content

Commit effd67c

Browse files
committed
Update devenv
1 parent c4a6f6d commit effd67c

1 file changed

Lines changed: 28 additions & 25 deletions

File tree

devenv.lock

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"flake-compat": {
2020
"flake": false,
2121
"locked": {
22-
"lastModified": 1733328505,
22+
"lastModified": 1747046372,
2323
"owner": "edolstra",
2424
"repo": "flake-compat",
25-
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
25+
"rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885",
2626
"type": "github"
2727
},
2828
"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": 1758108966,
44+
"owner": "cachix",
45+
"repo": "git-hooks.nix",
46+
"rev": "54df955a695a84cd47d4a43e08e1feaf90b1fd9b",
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
},
@@ -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)