|
20 | 20 | "flake-compat": { |
21 | 21 | "flake": false, |
22 | 22 | "locked": { |
23 | | - "lastModified": 1673956053, |
24 | | - "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=", |
25 | | - "owner": "edolstra", |
| 23 | + "lastModified": 1767039857, |
| 24 | + "owner": "NixOS", |
26 | 25 | "repo": "flake-compat", |
27 | | - "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9", |
| 26 | + "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab", |
28 | 27 | "type": "github" |
29 | 28 | }, |
30 | 29 | "original": { |
31 | | - "owner": "edolstra", |
| 30 | + "owner": "NixOS", |
32 | 31 | "repo": "flake-compat", |
33 | 32 | "type": "github" |
34 | 33 | } |
35 | 34 | }, |
36 | | - "flake-utils": { |
| 35 | + "git-hooks": { |
37 | 36 | "inputs": { |
38 | | - "systems": "systems" |
| 37 | + "flake-compat": "flake-compat", |
| 38 | + "gitignore": "gitignore", |
| 39 | + "nixpkgs": [ |
| 40 | + "nixpkgs" |
| 41 | + ] |
39 | 42 | }, |
40 | 43 | "locked": { |
41 | | - "lastModified": 1685518550, |
42 | | - "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", |
43 | | - "owner": "numtide", |
44 | | - "repo": "flake-utils", |
45 | | - "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", |
| 44 | + "lastModified": 1769939035, |
| 45 | + "owner": "cachix", |
| 46 | + "repo": "git-hooks.nix", |
| 47 | + "rev": "a8ca480175326551d6c4121498316261cbb5b260", |
46 | 48 | "type": "github" |
47 | 49 | }, |
48 | 50 | "original": { |
49 | | - "owner": "numtide", |
50 | | - "repo": "flake-utils", |
| 51 | + "owner": "cachix", |
| 52 | + "repo": "git-hooks.nix", |
51 | 53 | "type": "github" |
52 | 54 | } |
53 | 55 | }, |
54 | 56 | "gitignore": { |
55 | 57 | "inputs": { |
56 | 58 | "nixpkgs": [ |
57 | | - "pre-commit-hooks", |
| 59 | + "git-hooks", |
58 | 60 | "nixpkgs" |
59 | 61 | ] |
60 | 62 | }, |
61 | 63 | "locked": { |
62 | | - "lastModified": 1660459072, |
63 | | - "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", |
| 64 | + "lastModified": 1762808025, |
64 | 65 | "owner": "hercules-ci", |
65 | 66 | "repo": "gitignore.nix", |
66 | | - "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", |
| 67 | + "rev": "cb5e3fdca1de58ccbc3ef53de65bd372b48f567c", |
67 | 68 | "type": "github" |
68 | 69 | }, |
69 | 70 | "original": { |
|
88 | 89 | "type": "github" |
89 | 90 | } |
90 | 91 | }, |
91 | | - "nixpkgs-stable": { |
92 | | - "locked": { |
93 | | - "lastModified": 1685801374, |
94 | | - "narHash": "sha256-otaSUoFEMM+LjBI1XL/xGB5ao6IwnZOXc47qhIgJe8U=", |
95 | | - "owner": "NixOS", |
96 | | - "repo": "nixpkgs", |
97 | | - "rev": "c37ca420157f4abc31e26f436c1145f8951ff373", |
98 | | - "type": "github" |
99 | | - }, |
100 | | - "original": { |
101 | | - "owner": "NixOS", |
102 | | - "ref": "nixos-23.05", |
103 | | - "repo": "nixpkgs", |
104 | | - "type": "github" |
105 | | - } |
106 | | - }, |
107 | | - "pre-commit-hooks": { |
108 | | - "inputs": { |
109 | | - "flake-compat": "flake-compat", |
110 | | - "flake-utils": "flake-utils", |
111 | | - "gitignore": "gitignore", |
112 | | - "nixpkgs": [ |
113 | | - "nixpkgs" |
114 | | - ], |
115 | | - "nixpkgs-stable": "nixpkgs-stable" |
116 | | - }, |
117 | | - "locked": { |
118 | | - "lastModified": 1698227354, |
119 | | - "narHash": "sha256-Fi5H9jbaQLmLw9qBi/mkR33CoFjNbobo5xWdX4tKz1Q=", |
120 | | - "owner": "cachix", |
121 | | - "repo": "pre-commit-hooks.nix", |
122 | | - "rev": "bd38df3d508dfcdff52cd243d297f218ed2257bf", |
123 | | - "type": "github" |
124 | | - }, |
125 | | - "original": { |
126 | | - "owner": "cachix", |
127 | | - "repo": "pre-commit-hooks.nix", |
128 | | - "type": "github" |
129 | | - } |
130 | | - }, |
131 | 92 | "root": { |
132 | 93 | "inputs": { |
133 | 94 | "devenv": "devenv", |
| 95 | + "git-hooks": "git-hooks", |
134 | 96 | "nixpkgs": "nixpkgs", |
135 | | - "pre-commit-hooks": "pre-commit-hooks" |
136 | | - } |
137 | | - }, |
138 | | - "systems": { |
139 | | - "locked": { |
140 | | - "lastModified": 1681028828, |
141 | | - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", |
142 | | - "owner": "nix-systems", |
143 | | - "repo": "default", |
144 | | - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", |
145 | | - "type": "github" |
146 | | - }, |
147 | | - "original": { |
148 | | - "owner": "nix-systems", |
149 | | - "repo": "default", |
150 | | - "type": "github" |
| 97 | + "pre-commit-hooks": [ |
| 98 | + "git-hooks" |
| 99 | + ] |
151 | 100 | } |
152 | 101 | } |
153 | 102 | }, |
|
0 commit comments