aboutsummaryrefslogtreecommitdiff
path: root/nix/sources.json
blob: 01940bd8a2af5f45730a54053d838a36b50eef78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "niv": {
        "branch": "master",
        "description": "Easy dependency management for Nix projects",
        "homepage": "https://github.com/nmattia/niv",
        "owner": "nmattia",
        "repo": "niv",
        "rev": "5830a4dd348d77e39a0f3c4c762ff2663b602d4c",
        "sha256": "1d3lsrqvci4qz2hwjrcnd8h5vfkg8aypq3sjd4g3izbc8frwz5sm",
        "type": "tarball",
        "url": "https://github.com/nmattia/niv/archive/5830a4dd348d77e39a0f3c4c762ff2663b602d4c.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "nixpkgs": {
        "branch": "master",
        "description": "Nix Packages collection",
        "homepage": "",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "31c02c308bb5a8e8fb81fdbad0873684d729fb45",
        "sha256": "1821xphf5v5g4868iydp9zvqy4j6yk6a5gnnfa88a8bd0wzh5k5v",
        "type": "tarball",
        "url": "https://github.com/NixOS/nixpkgs/archive/31c02c308bb5a8e8fb81fdbad0873684d729fb45.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    }
}