about summary refs log tree commit diff
path: root/flake.lock
blob: e59ef5785f6811363853bb7266b2a0116cf4b2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
{
  "nodes": {
    "chaotic-nixpkgs": {
      "inputs": {
        "flake-compat": "flake-compat",
        "flake-utils": "flake-utils",
        "nixpkgs": [
          "unstable-small"
        ]
      },
      "locked": {
        "lastModified": 1643165496,
        "narHash": "sha256-41JxC4Jnu+Kg58LSkdWR//V7MgswUMmap3Zz3yMWXzo=",
        "ref": "main",
        "rev": "bec3f38b6fa9be76c61003b5cdc523e20d06768d",
        "revCount": 30,
        "type": "git",
        "url": "https://git.sr.ht/~boppy/chaotic-nixpkgs"
      },
      "original": {
        "ref": "main",
        "type": "git",
        "url": "https://git.sr.ht/~boppy/chaotic-nixpkgs"
      }
    },
    "flake-compat": {
      "flake": false,
      "locked": {
        "lastModified": 1641205782,
        "narHash": "sha256-4jY7RCWUoZ9cKD8co0/4tFARpWB+57+r1bLLvXNJliY=",
        "owner": "edolstra",
        "repo": "flake-compat",
        "rev": "b7547d3eed6f32d06102ead8991ec52ab0a4f1a7",
        "type": "github"
      },
      "original": {
        "owner": "edolstra",
        "repo": "flake-compat",
        "type": "github"
      }
    },
    "flake-utils": {
      "locked": {
        "lastModified": 1642700792,
        "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "flake-utils_2": {
      "locked": {
        "lastModified": 1629481132,
        "narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "997f7efcb746a9c140ce1f13c72263189225f482",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "home-manager": {
      "inputs": {
        "nixpkgs": [
          "unstable-small"
        ]
      },
      "locked": {
        "lastModified": 1643151280,
        "narHash": "sha256-sVlOWjDm+QU9vIjY+awfOwB5T/Sl8R+LkP9sNXhVCw4=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "990ca662c4b92636053ea399f5fb80702830522c",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "home-manager",
        "type": "github"
      }
    },
    "master": {
      "locked": {
        "lastModified": 1643202076,
        "narHash": "sha256-EcrUSBkBnw3KtDBoDwHvvwR1R6YF0axNFE4Vd2++iok=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "e722007bf05802573b41701c49da6c8814878171",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "master",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "neovim": {
      "inputs": {
        "flake-utils": "flake-utils_2",
        "nixpkgs": [
          "unstable-small"
        ]
      },
      "locked": {
        "dir": "contrib",
        "lastModified": 1643095335,
        "narHash": "sha256-NgrojDU8ziCZ6ImaD4xJ+6zw7OoWZSgiZYoD7dWCSVE=",
        "owner": "neovim",
        "repo": "neovim",
        "rev": "ecec957125ca95ef5fbc4534d62ed16cfedb0c44",
        "type": "github"
      },
      "original": {
        "dir": "contrib",
        "owner": "neovim",
        "repo": "neovim",
        "type": "github"
      }
    },
    "nixpkgs-2111": {
      "locked": {
        "lastModified": 1642961095,
        "narHash": "sha256-RLatktZmvwFBOyqdoIk4qdS4OGKB7aKIvvs4ZP2L8D8=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "604c44137d97b5111be1ca5c0d97f6e24fbc5c2c",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixos-21.11",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "phocus": {
      "flake": false,
      "locked": {
        "lastModified": 1620191988,
        "narHash": "sha256-jetVGSSMlzuR0WJD5ExEC71gNGK06QWY2wRFSyhDz80=",
        "ref": "master",
        "rev": "cd013dedeeb94cccc534d9e6e50249ef965707bc",
        "revCount": 130,
        "type": "git",
        "url": "https://git.sr.ht/~boppy/phocus"
      },
      "original": {
        "type": "git",
        "url": "https://git.sr.ht/~boppy/phocus"
      }
    },
    "root": {
      "inputs": {
        "chaotic-nixpkgs": "chaotic-nixpkgs",
        "home-manager": "home-manager",
        "master": "master",
        "neovim": "neovim",
        "nixpkgs-2111": "nixpkgs-2111",
        "phocus": "phocus",
        "sops-nix": "sops-nix",
        "unstable": "unstable",
        "unstable-small": "unstable-small",
        "wallpapers": "wallpapers"
      }
    },
    "sops-nix": {
      "inputs": {
        "nixpkgs": [
          "unstable-small"
        ]
      },
      "locked": {
        "lastModified": 1643003126,
        "narHash": "sha256-JO5WrnP6+5qN3isdmm9VmjzvCM64UElgGnql7vEGjKU=",
        "owner": "Mic92",
        "repo": "sops-nix",
        "rev": "c86068ac9a317f235be24a468206f874ba00f8d0",
        "type": "github"
      },
      "original": {
        "owner": "Mic92",
        "repo": "sops-nix",
        "type": "github"
      }
    },
    "unstable": {
      "locked": {
        "lastModified": 1643080866,
        "narHash": "sha256-iO3Z6jw0HEiie8UnXVpq1SxphprDYBXrVzubEa5D4eE=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "c07b471b52be8fbc49a7dc194e9b37a6e19ee04d",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "unstable-small": {
      "locked": {
        "lastModified": 1643140919,
        "narHash": "sha256-L3R/OxLzejyJ9j0pOkMxr9BY3qWhUrtic2Dv3I63mcY=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "9ddd6d7266f287eb6a2cd0d3c1797e2708f621b2",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixos-unstable-small",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "wallpapers": {
      "flake": false,
      "locked": {
        "lastModified": 1640758054,
        "narHash": "sha256-8IvQ1AesvQrLQtyWCrHd7vk8c/jmMhG/YIbLHUPQVK8=",
        "ref": "main",
        "rev": "18971eabeb7dda1585b138f9099629aa446a7f60",
        "revCount": 4,
        "type": "git",
        "url": "https://git.sr.ht/~boppy/wall"
      },
      "original": {
        "ref": "main",
        "type": "git",
        "url": "https://git.sr.ht/~boppy/wall"
      }
    }
  },
  "root": "root",
  "version": 7
}