diff options
| author | Christine Dodrill <me@christine.website> | 2020-02-07 18:15:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-07 18:15:49 -0500 |
| commit | ae03b169343f1dbae8e83c6fa15bdabc01a9fe8d (patch) | |
| tree | 626e06081ac1f5eb8f4c69aa0dc61ad1e4d5f114 /nix/sources.json | |
| parent | a7849dd65d6ed8e1d61c9ad6444be6b9b72e2c57 (diff) | |
| download | xesite-ae03b169343f1dbae8e83c6fa15bdabc01a9fe8d.tar.xz xesite-ae03b169343f1dbae8e83c6fa15bdabc01a9fe8d.zip | |
niv (#114)
Diffstat (limited to 'nix/sources.json')
| -rw-r--r-- | nix/sources.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..774a4ad --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,26 @@ +{ + "niv": { + "branch": "master", + "description": "Easy dependency management for Nix projects", + "homepage": "https://github.com/nmattia/niv", + "owner": "nmattia", + "repo": "niv", + "rev": "2ecfd86b631714b457e56d70dd83fa60435baeb6", + "sha256": "01j6727cws8blg1npp54b4w6xa0gpgyzhyws2vqgp8clnlnmqqhi", + "type": "tarball", + "url": "https://github.com/nmattia/niv/archive/2ecfd86b631714b457e56d70dd83fa60435baeb6.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "vgo2nix": { + "branch": "master", + "description": null, + "homepage": null, + "owner": "adisbladis", + "repo": "vgo2nix", + "rev": "1288e3dbf23ed79cef237661225df0afa30f8510", + "sha256": "1xcf2g4n38zbizgqhyrmh440bdg3yap6h9nr22dmgm5hsml6mdia", + "type": "tarball", + "url": "https://github.com/adisbladis/vgo2nix/archive/1288e3dbf23ed79cef237661225df0afa30f8510.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |
