|
58 | 58 | url = "github:vic/flake-file"; |
59 | 59 | }; |
60 | 60 |
|
61 | | - dream2nix = { |
62 | | - url = "github:nix-community/dream2nix"; |
63 | | - inputs.nixpkgs.follows = "nixpkgs"; |
64 | | - }; |
65 | | - |
66 | 61 | crane = { |
67 | 62 | url = "github:ipetkov/crane"; |
68 | 63 | }; |
69 | 64 |
|
70 | | - # Nix on Droid |
71 | | - nix-on-droid = { |
72 | | - url = "github:t184256/nix-on-droid"; |
73 | | - # url = "github:t184256/nix-on-droid/master"; |
74 | | - inputs.nixpkgs.follows = "nixpkgs"; |
75 | | - inputs.home-manager.follows = "home-manager"; |
76 | | - }; |
77 | | - dnshack = { |
78 | | - url = "github:ettom/dnshack"; |
79 | | - flake = false; |
80 | | - }; |
81 | | - |
82 | | - # Nix Darwin |
83 | | - nix-darwin = { |
84 | | - url = "github:lnl7/nix-darwin/master"; |
85 | | - inputs.nixpkgs.follows = "nixpkgs"; |
86 | | - }; |
87 | | - |
88 | | - mac-app-util = { |
89 | | - url = "github:hraban/mac-app-util"; |
90 | | - inputs.nixpkgs.follows = "nixpkgs"; |
91 | | - inputs.systems.follows = "systems"; |
92 | | - # WARN: needs `nix` `2.30`+ |
93 | | - inputs.cl-nix-lite.inputs.systems.follows = "systems"; |
94 | | - inputs.cl-nix-lite.inputs.nixpkgs.follows = "nixpkgs"; |
95 | | - inputs.cl-nix-lite.inputs.flake-parts.follows = "flake-parts"; |
96 | | - inputs.cl-nix-lite.inputs.treefmt-nix.inputs.nixpkgs.follows = "nixpkgs"; |
97 | | - inputs.flake-utils.inputs.systems.follows = "systems"; |
98 | | - }; |
99 | | - |
100 | 65 | yknotify-rs = { |
101 | 66 | url = "github:reo101/yknotify-rs"; |
102 | 67 | inputs.nixpkgs.follows = "nixpkgs"; |
103 | 68 | inputs.flake-parts.follows = "flake-parts"; |
104 | 69 | }; |
105 | 70 |
|
106 | | - # Home Manager |
107 | | - home-manager = { |
108 | | - url = "github:nix-community/home-manager"; |
109 | | - inputs.nixpkgs.follows = "nixpkgs"; |
110 | | - }; |
111 | | - |
112 | 71 | flake-compat = { |
113 | 72 | url = "github:inclyc/flake-compat"; |
114 | 73 | flake = false; |
|
120 | 79 | inputs.home-manager.follows = "home-manager"; |
121 | 80 | }; |
122 | 81 |
|
123 | | - nix-lib-net = { |
124 | | - url = "github:reo101/nix-lib-net"; |
125 | | - }; |
126 | | - |
127 | | - yants = { |
128 | | - url = "git+https://code.tvl.fyi/depot.git:/nix/yants.git"; |
129 | | - flake = false; |
130 | | - }; |
131 | | - |
132 | | - contracts = { |
133 | | - url = "github:yvan-sraka/contracts"; |
134 | | - # WARN: is technically a flake, exposing the `default.nix` under `nixosModules.default` |
135 | | - flake = false; |
136 | | - }; |
137 | | - |
138 | | - infuse = { |
139 | | - url = "git+https://codeberg.org/amjoseph/infuse.nix"; |
140 | | - flake = false; |
141 | | - }; |
142 | | - |
143 | | - alloc = { |
144 | | - url = "github:Aleksanaa/alloc.nix"; |
145 | | - flake = false; |
146 | | - }; |
147 | | - |
148 | 82 | nix-monitored = { |
149 | 83 | url = "github:ners/nix-monitored"; |
150 | 84 | inputs.nixpkgs.follows = "nixpkgs"; |
|
172 | 106 | inputs.nixpkgs.follows = "nixpkgs"; |
173 | 107 | }; |
174 | 108 |
|
175 | | - deploy-rs = { |
176 | | - url = "github:serokell/deploy-rs"; |
177 | | - inputs.nixpkgs.follows = "nixpkgs"; |
178 | | - inputs.utils.inputs.systems.follows = "systems"; |
179 | | - }; |
180 | | - |
181 | | - agenix = { |
182 | | - url = "github:ryantm/agenix"; |
183 | | - inputs = { |
184 | | - nixpkgs.follows = "nixpkgs"; |
185 | | - darwin.follows = "nix-darwin"; |
186 | | - home-manager.follows = "home-manager"; |
187 | | - systems.follows = "systems"; |
188 | | - }; |
189 | | - }; |
190 | | - |
191 | | - ragenix = { |
192 | | - url = "github:yaxitech/ragenix"; |
193 | | - inputs.crane.follows = "crane"; |
194 | | - inputs.agenix.follows = "agenix"; |
195 | | - inputs.nixpkgs.follows = "nixpkgs"; |
196 | | - inputs.flake-utils.inputs.systems.follows = "systems"; |
197 | | - }; |
198 | | - |
199 | | - agenix-rekey = { |
200 | | - url = "github:oddlama/agenix-rekey"; |
201 | | - inputs.nixpkgs.follows = "nixpkgs"; |
202 | | - inputs.flake-parts.follows = "flake-parts"; |
203 | | - }; |
204 | | - |
205 | 109 | # Nix User Repository |
206 | 110 | nur = { |
207 | 111 | url = "github:nix-community/NUR"; |
|
252 | 156 | url = "github:misterio77/nix-colors"; |
253 | 157 | }; |
254 | 158 |
|
255 | | - neovim-nightly-overlay = { |
256 | | - url = "github:nix-community/neovim-nightly-overlay"; |
257 | | - # inputs.nixpkgs.follows = "nixpkgs"; |
258 | | - inputs.flake-parts.follows = "flake-parts"; |
259 | | - }; |
260 | | - |
261 | | - zig-overlay = { |
262 | | - url = "github:mitchellh/zig-overlay"; |
263 | | - inputs.nixpkgs.follows = "nixpkgs"; |
264 | | - inputs.systems.follows = "systems"; |
265 | | - }; |
266 | | - |
267 | | - zls-overlay = { |
268 | | - url = "github:zigtools/zls"; |
269 | | - inputs.nixpkgs.follows = "nixpkgs"; |
270 | | - inputs.zig-overlay.follows = "zig-overlay"; |
271 | | - }; |
272 | | - |
273 | | - openwrt-imagebuilder = { |
274 | | - url = "github:astro/nix-openwrt-imagebuilder"; |
275 | | - inputs.nixpkgs.follows = "nixpkgs"; |
276 | | - inputs.flake-parts.follows = "flake-parts"; |
277 | | - inputs.systems.follows = "systems"; |
278 | | - }; |
279 | | - |
280 | | - wired = { |
281 | | - url = "github:Toqozz/wired-notify"; |
282 | | - inputs.nixpkgs.follows = "nixpkgs"; |
283 | | - inputs.flake-parts.follows = "flake-parts"; |
284 | | - }; |
285 | | - |
286 | 159 | microvm = { |
287 | 160 | url = "github:astro/microvm.nix"; |
288 | 161 | inputs.nixpkgs.follows = "nixpkgs"; |
|
0 commit comments