poetry2nix/nix/sources.json

15 lines
629 B
JSON
Raw Normal View History

2020-04-29 13:39:54 +01:00
{
"nixpkgs": {
2022-12-10 17:51:45 +13: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",
2023-03-23 12:23:46 +13:00
"rev": "49ca35cf163026c3cf91ee1d1e363476f6b5aa7f",
"sha256": "03jnpxi5cili8q6fz91kww437vg8hygc8763jc33apmxhvf7gk3m",
2020-04-29 13:39:54 +01:00
"type": "tarball",
2023-03-23 12:23:46 +13:00
"url": "https://github.com/NixOS/nixpkgs/archive/49ca35cf163026c3cf91ee1d1e363476f6b5aa7f.tar.gz",
2020-04-29 13:39:54 +01:00
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}