aboutsummaryrefslogtreecommitdiff
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..9ea73c6
--- /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": "ba57d5a29b4e0f2085917010380ef3ddc3cf380f",
9 "sha256": "1kpsvc53x821cmjg1khvp1nz7906gczq8mp83664cr15h94sh8i4",
10 "type": "tarball",
11 "url": "https://github.com/nmattia/niv/archive/ba57d5a29b4e0f2085917010380ef3ddc3cf380f.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}