summaryrefslogtreecommitdiff
path: root/nix/sources.json
diff options
context:
space:
mode:
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..37bfdee
--- /dev/null
+++ b/nix/sources.json
@@ -0,0 +1,26 @@
1{
2 "niv": {
3 "branch": "master",
4 "description": "Easy dependency management for Nix projects",
5 "homepage": "https://github.com/nmattia/niv",
6 "owner": "nmattia",
7 "repo": "niv",
8 "rev": "20c899271f288d33114760bc298838575fc6c7f9",
9 "sha256": "07zswk6dhlydihl9g6skmy52grjvqpra8r98f2dmbgwzc1yhjhxq",
10 "type": "tarball",
11 "url": "https://github.com/nmattia/niv/archive/20c899271f288d33114760bc298838575fc6c7f9.tar.gz",
12 "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13 },
14 "nixpkgs": {
15 "branch": "20.03",
16 "description": "Nix Packages collection",
17 "homepage": "",
18 "owner": "NixOS",
19 "repo": "nixpkgs",
20 "rev": "5272327b81ed355bbed5659b8d303cf2979b6953",
21 "sha256": "0182ys095dfx02vl2a20j1hz92dx3mfgz2a6fhn31bqlp1wa8hlq",
22 "type": "tarball",
23 "url": "https://github.com/NixOS/nixpkgs/archive/5272327b81ed355bbed5659b8d303cf2979b6953.tar.gz",
24 "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
25 }
26}