summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-10-30 22:33:26 +0100
committerAntoine Eiche <lewo@abesis.fr>2020-10-31 08:34:36 +0100
commitc04260cf5e685fc99ccb669654e147f94e3de8a4 (patch)
tree43d2d1576572761c19219748107ada3e9618629f
parent99f843de47e984b2a3f176db4af74468a49ab0e1 (diff)
Update nixpkgs-unstable
-rw-r--r--nix/sources.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json
index c78c07f..1dd1601 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -10,5 +10,17 @@
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/b6eefa48d8e10491e43c0c6155ac12b463f6fed3.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+ },
+ "nixpkgs-unstable": {
+ "branch": "master",
+ "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
+ "homepage": "https://github.com/NixOS/nixpkgs",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "ee9154c4c1a51a6b1129e8bf8b728ab6432eda3e",
+ "sha256": "1j1laj1b44022k2jmidp0gb8jx1yp4rsjgzcxmxkwlkv7b04bza3",
+ "type": "tarball",
+ "url": "https://github.com/NixOS/nixpkgs/archive/ee9154c4c1a51a6b1129e8bf8b728ab6432eda3e.tar.gz",
+ "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}