aboutsummaryrefslogtreecommitdiff
path: root/nix/sources.json
diff options
context:
space:
mode:
authorLibravatar Rohit Goswami <rgoswami@ieee.org>2020-12-27 18:09:34 +0000
committerLibravatar Rohit Goswami <rgoswami@ieee.org>2020-12-27 18:10:11 +0000
commit9e021d4ce1be7b2f1f375fbd8ef09e655181ee93 (patch)
treeac022b01ff3489f7b6eaa324beb5ddd5f65d3027 /nix/sources.json
parent096d7f4f804534b97eed88db84806b8e5d20041e (diff)
nix: Init nix setup
Diffstat (limited to 'nix/sources.json')
-rw-r--r--nix/sources.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json
new file mode 100644
index 0000000..3fbcb1a
--- /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": "ba57d5a29b4e0f2085917010380ef3ddc3cf380f",
+ "sha256": "1kpsvc53x821cmjg1khvp1nz7906gczq8mp83664cr15h94sh8i4",
+ "type": "tarball",
+ "url": "https://github.com/nmattia/niv/archive/ba57d5a29b4e0f2085917010380ef3ddc3cf380f.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "nixpkgs": {
+ "branch": "master",
+ "description": "Nix Packages collection",
+ "homepage": "",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "74854fa3b9a5c4dbb70789bedadfa4fee6f0b117",
+ "sha256": "0mh6w2ybdczx5bzdl2yhcyk6n3mdayzhjfccwajw8ci7sp3vnxw9",
+ "type": "tarball",
+ "url": "https://github.com/NixOS/nixpkgs/archive/74854fa3b9a5c4dbb70789bedadfa4fee6f0b117.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ }
+}