diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 70 |
1 files changed, 70 insertions, 0 deletions
| @@ -1,5 +1,22 @@ | |||
| 1 | { | 1 | { |
| 2 | "nodes": { | 2 | "nodes": { |
| 3 | "brew-src": { | ||
| 4 | "flake": false, | ||
| 5 | "locked": { | ||
| 6 | "lastModified": 1781226006, | ||
| 7 | "narHash": "sha256-w4ZTuOnhYiDxjaynrMTASzp802QblBWmo3wpB8wVN4Y=", | ||
| 8 | "owner": "Homebrew", | ||
| 9 | "repo": "brew", | ||
| 10 | "rev": "109191be4988470b51a60a5ef1998520aa24c01b", | ||
| 11 | "type": "github" | ||
| 12 | }, | ||
| 13 | "original": { | ||
| 14 | "owner": "Homebrew", | ||
| 15 | "ref": "6.0.1", | ||
| 16 | "repo": "brew", | ||
| 17 | "type": "github" | ||
| 18 | } | ||
| 19 | }, | ||
| 3 | "darwin": { | 20 | "darwin": { |
| 4 | "inputs": { | 21 | "inputs": { |
| 5 | "nixpkgs": [ | 22 | "nixpkgs": [ |
| @@ -161,6 +178,38 @@ | |||
| 161 | "type": "github" | 178 | "type": "github" |
| 162 | } | 179 | } |
| 163 | }, | 180 | }, |
| 181 | "homebrew-cask": { | ||
| 182 | "flake": false, | ||
| 183 | "locked": { | ||
| 184 | "lastModified": 1782355557, | ||
| 185 | "narHash": "sha256-LjoFTRTn/SxBKSPLX5c1FPJrh0fcR6CPRa2OoRDx6dA=", | ||
| 186 | "owner": "homebrew", | ||
| 187 | "repo": "homebrew-cask", | ||
| 188 | "rev": "dabdc97cde3fc9b28db4864dc94697670aab42c3", | ||
| 189 | "type": "github" | ||
| 190 | }, | ||
| 191 | "original": { | ||
| 192 | "owner": "homebrew", | ||
| 193 | "repo": "homebrew-cask", | ||
| 194 | "type": "github" | ||
| 195 | } | ||
| 196 | }, | ||
| 197 | "homebrew-core": { | ||
| 198 | "flake": false, | ||
| 199 | "locked": { | ||
| 200 | "lastModified": 1782356982, | ||
| 201 | "narHash": "sha256-yhSKSuq4qlcrgxxtRqvdNYJaS5PiLS11Sj+rYrcz134=", | ||
| 202 | "owner": "homebrew", | ||
| 203 | "repo": "homebrew-core", | ||
| 204 | "rev": "3c02d2ed3e52772e24ec557142d3a575e574ab5b", | ||
| 205 | "type": "github" | ||
| 206 | }, | ||
| 207 | "original": { | ||
| 208 | "owner": "homebrew", | ||
| 209 | "repo": "homebrew-core", | ||
| 210 | "type": "github" | ||
| 211 | } | ||
| 212 | }, | ||
| 164 | "nix": { | 213 | "nix": { |
| 165 | "inputs": { | 214 | "inputs": { |
| 166 | "flake-parts": "flake-parts", | 215 | "flake-parts": "flake-parts", |
| @@ -182,6 +231,24 @@ | |||
| 182 | "url": "https://flakehub.com/f/DeterminateSystems/nix-src/%2A" | 231 | "url": "https://flakehub.com/f/DeterminateSystems/nix-src/%2A" |
| 183 | } | 232 | } |
| 184 | }, | 233 | }, |
| 234 | "nix-homebrew": { | ||
| 235 | "inputs": { | ||
| 236 | "brew-src": "brew-src" | ||
| 237 | }, | ||
| 238 | "locked": { | ||
| 239 | "lastModified": 1781389246, | ||
| 240 | "narHash": "sha256-ORqLAo/hoJdsZC7UPAuEHev6S0+XIqKEC7vjo5prz1k=", | ||
| 241 | "owner": "zhaofengli", | ||
| 242 | "repo": "nix-homebrew", | ||
| 243 | "rev": "de7953a08ed4bb9245be043e468561c17b89130d", | ||
| 244 | "type": "github" | ||
| 245 | }, | ||
| 246 | "original": { | ||
| 247 | "owner": "zhaofengli", | ||
| 248 | "repo": "nix-homebrew", | ||
| 249 | "type": "github" | ||
| 250 | } | ||
| 251 | }, | ||
| 185 | "nixpkgs": { | 252 | "nixpkgs": { |
| 186 | "locked": { | 253 | "locked": { |
| 187 | "lastModified": 1773222311, | 254 | "lastModified": 1773222311, |
| @@ -263,6 +330,9 @@ | |||
| 263 | "darwin": "darwin", | 330 | "darwin": "darwin", |
| 264 | "determinate": "determinate", | 331 | "determinate": "determinate", |
| 265 | "home-manager": "home-manager", | 332 | "home-manager": "home-manager", |
| 333 | "homebrew-cask": "homebrew-cask", | ||
| 334 | "homebrew-core": "homebrew-core", | ||
| 335 | "nix-homebrew": "nix-homebrew", | ||
| 266 | "nixpkgs": "nixpkgs_3", | 336 | "nixpkgs": "nixpkgs_3", |
| 267 | "zen-browser": "zen-browser" | 337 | "zen-browser": "zen-browser" |
| 268 | } | 338 | } |
