aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-28 14:28:53 +0000
committerAkshay <[email protected]>2021-12-28 14:28:53 +0000
commit416c02270fe715b03d86d7faab82c67a858466d7 (patch)
tree9d4bb3d61ecc4dc8f90757ca216663d10b7072cc /flake.lock
parent3b8a007e27c19b3840d6377cb3dab5764696d96c (diff)
remove rofi
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock71
1 files changed, 54 insertions, 17 deletions
diff --git a/flake.lock b/flake.lock
index 300d0af..df6b66f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -2,10 +2,7 @@
2 "nodes": { 2 "nodes": {
3 "fenix": { 3 "fenix": {
4 "inputs": { 4 "inputs": {
5 "nixpkgs": [ 5 "nixpkgs": "nixpkgs_4",
6 "statix",
7 "nixpkgs"
8 ],
9 "rust-analyzer-src": "rust-analyzer-src" 6 "rust-analyzer-src": "rust-analyzer-src"
10 }, 7 },
11 "locked": { 8 "locked": {
@@ -55,10 +52,7 @@
55 }, 52 },
56 "gitignore": { 53 "gitignore": {
57 "inputs": { 54 "inputs": {
58 "nixpkgs": [ 55 "nixpkgs": "nixpkgs_5"
59 "statix",
60 "nixpkgs"
61 ]
62 }, 56 },
63 "locked": { 57 "locked": {
64 "lastModified": 1635165013, 58 "lastModified": 1635165013,
@@ -99,7 +93,7 @@
99 "inputs": { 93 "inputs": {
100 "flake-compat": "flake-compat", 94 "flake-compat": "flake-compat",
101 "neovim-flake": "neovim-flake", 95 "neovim-flake": "neovim-flake",
102 "nixpkgs": "nixpkgs" 96 "nixpkgs": "nixpkgs_2"
103 }, 97 },
104 "locked": { 98 "locked": {
105 "lastModified": 1639901638, 99 "lastModified": 1639901638,
@@ -118,10 +112,7 @@
118 "neovim-flake": { 112 "neovim-flake": {
119 "inputs": { 113 "inputs": {
120 "flake-utils": "flake-utils", 114 "flake-utils": "flake-utils",
121 "nixpkgs": [ 115 "nixpkgs": "nixpkgs"
122 "neovim",
123 "nixpkgs"
124 ]
125 }, 116 },
126 "locked": { 117 "locked": {
127 "dir": "contrib", 118 "dir": "contrib",
@@ -156,6 +147,22 @@
156 }, 147 },
157 "nixpkgs": { 148 "nixpkgs": {
158 "locked": { 149 "locked": {
150 "lastModified": 1640319671,
151 "narHash": "sha256-ZkKmakwaOaLiZOpIZWbeJZwap5CzJ30s4UJTfydYIYc=",
152 "owner": "nixos",
153 "repo": "nixpkgs",
154 "rev": "eac07edbd20ed4908b98790ba299250b5527ecdf",
155 "type": "github"
156 },
157 "original": {
158 "owner": "nixos",
159 "ref": "nixos-unstable",
160 "repo": "nixpkgs",
161 "type": "github"
162 }
163 },
164 "nixpkgs_2": {
165 "locked": {
159 "lastModified": 1639699734, 166 "lastModified": 1639699734,
160 "narHash": "sha256-tlX6WebGmiHb2Hmniff+ltYp+7dRfdsBxw9YczLsP60=", 167 "narHash": "sha256-tlX6WebGmiHb2Hmniff+ltYp+7dRfdsBxw9YczLsP60=",
161 "owner": "nixos", 168 "owner": "nixos",
@@ -170,7 +177,7 @@
170 "type": "github" 177 "type": "github"
171 } 178 }
172 }, 179 },
173 "nixpkgs_2": { 180 "nixpkgs_3": {
174 "locked": { 181 "locked": {
175 "lastModified": 1640443850, 182 "lastModified": 1640443850,
176 "narHash": "sha256-s3EhD+iNjyIE/gZkV5vES6d0eI4dJ2WBlaXyUsEmaek=", 183 "narHash": "sha256-s3EhD+iNjyIE/gZkV5vES6d0eI4dJ2WBlaXyUsEmaek=",
@@ -186,7 +193,37 @@
186 "type": "github" 193 "type": "github"
187 } 194 }
188 }, 195 },
189 "nixpkgs_3": { 196 "nixpkgs_4": {
197 "locked": {
198 "lastModified": 1640319671,
199 "narHash": "sha256-ZkKmakwaOaLiZOpIZWbeJZwap5CzJ30s4UJTfydYIYc=",
200 "owner": "nixos",
201 "repo": "nixpkgs",
202 "rev": "eac07edbd20ed4908b98790ba299250b5527ecdf",
203 "type": "github"
204 },
205 "original": {
206 "owner": "nixos",
207 "ref": "nixos-unstable",
208 "repo": "nixpkgs",
209 "type": "github"
210 }
211 },
212 "nixpkgs_5": {
213 "locked": {
214 "lastModified": 1640418986,
215 "narHash": "sha256-a8GGtxn2iL3WAkY5H+4E0s3Q7XJt6bTOvos9qqxT5OQ=",
216 "owner": "NixOS",
217 "repo": "nixpkgs",
218 "rev": "5c37ad87222cfc1ec36d6cd1364514a9efc2f7f2",
219 "type": "github"
220 },
221 "original": {
222 "id": "nixpkgs",
223 "type": "indirect"
224 }
225 },
226 "nixpkgs_6": {
190 "locked": { 227 "locked": {
191 "lastModified": 1638036523, 228 "lastModified": 1638036523,
192 "narHash": "sha256-ZL6gogsuBmhBvIro+YwRKrypYhwVPCOOO7FmhOV/xyE=", 229 "narHash": "sha256-ZL6gogsuBmhBvIro+YwRKrypYhwVPCOOO7FmhOV/xyE=",
@@ -207,7 +244,7 @@
207 "home-manager": "home-manager", 244 "home-manager": "home-manager",
208 "neovim": "neovim", 245 "neovim": "neovim",
209 "nixos-hardware": "nixos-hardware", 246 "nixos-hardware": "nixos-hardware",
210 "nixpkgs": "nixpkgs_2", 247 "nixpkgs": "nixpkgs_3",
211 "statix": "statix" 248 "statix": "statix"
212 } 249 }
213 }, 250 },
@@ -232,7 +269,7 @@
232 "inputs": { 269 "inputs": {
233 "fenix": "fenix", 270 "fenix": "fenix",
234 "gitignore": "gitignore", 271 "gitignore": "gitignore",
235 "nixpkgs": "nixpkgs_3" 272 "nixpkgs": "nixpkgs_6"
236 }, 273 },
237 "locked": { 274 "locked": {
238 "lastModified": 1639455627, 275 "lastModified": 1639455627,