trying to integrate chainlink into opencode
at main 48 lines 1.1 kB view raw
1{ 2 "nodes": { 3 "flake-parts": { 4 "inputs": { 5 "nixpkgs-lib": [ 6 "nixpkgs" 7 ] 8 }, 9 "locked": { 10 "lastModified": 1769996383, 11 "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", 12 "owner": "hercules-ci", 13 "repo": "flake-parts", 14 "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", 15 "type": "github" 16 }, 17 "original": { 18 "owner": "hercules-ci", 19 "repo": "flake-parts", 20 "type": "github" 21 } 22 }, 23 "nixpkgs": { 24 "locked": { 25 "lastModified": 1770115704, 26 "narHash": "sha256-KHFT9UWOF2yRPlAnSXQJh6uVcgNcWlFqqiAZ7OVlHNc=", 27 "owner": "NixOS", 28 "repo": "nixpkgs", 29 "rev": "e6eae2ee2110f3d31110d5c222cd395303343b08", 30 "type": "github" 31 }, 32 "original": { 33 "owner": "NixOS", 34 "ref": "nixos-unstable", 35 "repo": "nixpkgs", 36 "type": "github" 37 } 38 }, 39 "root": { 40 "inputs": { 41 "flake-parts": "flake-parts", 42 "nixpkgs": "nixpkgs" 43 } 44 } 45 }, 46 "root": "root", 47 "version": 7 48}