diff options
author | 2025-09-05 15:05:52 +0200 | |
---|---|---|
committer | 2025-09-05 15:05:52 +0200 | |
commit | 61d1e03854a78a946ce16d71bd30956c27cc9e0b (patch) | |
tree | a683d6b40d23e006064afad5f1b4d7375127ed0a /npins/sources.json |
add nixpkgs including contracts rfc
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 +} |