|
3 | 3 | "devenv": {
|
4 | 4 | "locked": {
|
5 | 5 | "dir": "src/modules",
|
6 |
| - "lastModified": 1739172804, |
| 6 | + "lastModified": 1740282346, |
7 | 7 | "owner": "cachix",
|
8 | 8 | "repo": "devenv",
|
9 |
| - "rev": "f8be0ed0141abab89cefb20d3d375740671fbee1", |
| 9 | + "rev": "af8d0c87ccbf910df25441db8cd429715d32c82f", |
10 | 10 | "type": "github"
|
11 | 11 | },
|
12 | 12 | "original": {
|
|
48 | 48 | "type": "github"
|
49 | 49 | }
|
50 | 50 | },
|
| 51 | + "git-hooks": { |
| 52 | + "inputs": { |
| 53 | + "flake-compat": "flake-compat", |
| 54 | + "gitignore": "gitignore", |
| 55 | + "nixpkgs": [ |
| 56 | + "nixpkgs" |
| 57 | + ] |
| 58 | + }, |
| 59 | + "locked": { |
| 60 | + "lastModified": 1737465171, |
| 61 | + "owner": "cachix", |
| 62 | + "repo": "git-hooks.nix", |
| 63 | + "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17", |
| 64 | + "type": "github" |
| 65 | + }, |
| 66 | + "original": { |
| 67 | + "owner": "cachix", |
| 68 | + "repo": "git-hooks.nix", |
| 69 | + "type": "github" |
| 70 | + } |
| 71 | + }, |
51 | 72 | "gitignore": {
|
52 | 73 | "inputs": {
|
53 | 74 | "nixpkgs": [
|
54 |
| - "pre-commit-hooks", |
| 75 | + "git-hooks", |
55 | 76 | "nixpkgs"
|
56 | 77 | ]
|
57 | 78 | },
|
|
90 | 111 | },
|
91 | 112 | "nixpkgs": {
|
92 | 113 | "locked": {
|
93 |
| - "lastModified": 1739019272, |
| 114 | + "lastModified": 1740019556, |
94 | 115 | "owner": "nixos",
|
95 | 116 | "repo": "nixpkgs",
|
96 |
| - "rev": "fa35a3c8e17a3de613240fea68f876e5b4896aec", |
| 117 | + "rev": "dad564433178067be1fbdfcce23b546254b6d641", |
97 | 118 | "type": "github"
|
98 | 119 | },
|
99 | 120 | "original": {
|
|
103 | 124 | "type": "github"
|
104 | 125 | }
|
105 | 126 | },
|
106 |
| - "pre-commit-hooks": { |
107 |
| - "inputs": { |
108 |
| - "flake-compat": "flake-compat", |
109 |
| - "gitignore": "gitignore", |
110 |
| - "nixpkgs": [ |
111 |
| - "nixpkgs" |
112 |
| - ] |
113 |
| - }, |
114 |
| - "locked": { |
115 |
| - "lastModified": 1737465171, |
116 |
| - "owner": "cachix", |
117 |
| - "repo": "pre-commit-hooks.nix", |
118 |
| - "rev": "9364dc02281ce2d37a1f55b6e51f7c0f65a75f17", |
119 |
| - "type": "github" |
120 |
| - }, |
121 |
| - "original": { |
122 |
| - "owner": "cachix", |
123 |
| - "repo": "pre-commit-hooks.nix", |
124 |
| - "type": "github" |
125 |
| - } |
126 |
| - }, |
127 | 127 | "root": {
|
128 | 128 | "inputs": {
|
129 | 129 | "devenv": "devenv",
|
| 130 | + "git-hooks": "git-hooks", |
130 | 131 | "gomod2nix": "gomod2nix",
|
131 | 132 | "nixpkgs": "nixpkgs",
|
132 |
| - "pre-commit-hooks": "pre-commit-hooks" |
| 133 | + "pre-commit-hooks": [ |
| 134 | + "git-hooks" |
| 135 | + ] |
133 | 136 | }
|
134 | 137 | },
|
135 | 138 | "systems": {
|
|
0 commit comments