diff options
Diffstat (limited to 'npins/sources.json')
-rw-r--r-- | npins/sources.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/npins/sources.json b/npins/sources.json new file mode 100644 index 0000000..f90c6a9 --- /dev/null +++ b/npins/sources.json @@ -0,0 +1,18 @@ +{ + "pins": { + "nixpkgs": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "ibizaman", + "repo": "nixpkgs" + }, + "branch": "contracts-rfc", + "submodules": false, + "revision": "806da47057a25b05e5f76284cd16bde2e3562647", + "url": "https://github.com/ibizaman/nixpkgs/archive/806da47057a25b05e5f76284cd16bde2e3562647.tar.gz", + "hash": "0rdyzbxkq32d4vfx15xmsgszsdla9r0mqdsl1dw3mmqq5fn193nx" + } + }, + "version": 5 +} |