poetry2nix/nix/sources.json

15 lines
629 B
JSON
Raw Normal View History

2020-04-29 13:39:54 +01:00
{
"nixpkgs": {
2020-11-30 19:34:28 +01:00
"branch": "master",
2020-04-29 13:39:54 +01:00
"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",
2020-11-30 19:34:28 +01:00
"repo": "nixpkgs",
"rev": "c1b1af0ded74506502db0a4e6bf1f9d9fad427b2",
"sha256": "1d3xhfaf66f5axd09z3pavnsz07dmlbkwmvjdr5y92gl15bi78hc",
2020-04-29 13:39:54 +01:00
"type": "tarball",
2020-11-30 19:34:28 +01:00
"url": "https://github.com/NixOS/nixpkgs/archive/c1b1af0ded74506502db0a4e6bf1f9d9fad427b2.tar.gz",
2020-04-29 13:39:54 +01:00
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}