summaryrefslogtreecommitdiff
path: root/nix/sources.json
diff options
context:
space:
mode:
Diffstat (limited to 'nix/sources.json')
-rw-r--r--nix/sources.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json
new file mode 100644
index 0000000..de0bdb3
--- /dev/null
+++ b/nix/sources.json
@@ -0,0 +1,38 @@
+{
+ "niv": {
+ "branch": "master",
+ "description": "Easy dependency management for Nix projects",
+ "homepage": "https://github.com/nmattia/niv",
+ "owner": "nmattia",
+ "repo": "niv",
+ "rev": "351d8bc316bf901a81885bab5f52687ec8ccab6e",
+ "sha256": "1yzhz7ihkh6p2sxhp3amqfbmm2yqzaadqqii1xijymvl8alw5rrr",
+ "type": "tarball",
+ "url": "https://github.com/nmattia/niv/archive/351d8bc316bf901a81885bab5f52687ec8ccab6e.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "nixpkgs": {
+ "branch": "release-21.11",
+ "description": "Nix Packages collection",
+ "homepage": "",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31",
+ "sha256": "sha256:162dywda2dvfj1248afxc45kcrg83appjd0nmdb541hl7rnncf02",
+ "type": "tarball",
+ "url": "https://github.com/NixOS/nixpkgs/archive/a7ecde854aee5c4c7cd6177f54a99d2c1ff28a31.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "rust": {
+ "branch": "master",
+ "description": "Pure and reproducible nix overlay of binary distributed rust toolchains",
+ "homepage": "",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "9767af967a0becaa3bb79eeda838dbf81295eb62",
+ "sha256": "00jbn8c8mzhf73n8ny2j7y44m181v0vip1qjhc2qkvdv6v1wnhs6",
+ "type": "tarball",
+ "url": "https://github.com/oxalica/rust-overlay/archive/9767af967a0becaa3bb79eeda838dbf81295eb62.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ }
+}