summary refs log tree commit diff
path: root/ripple/nix/sources.json
blob: 8fe73a1d4503d578b1227ef9c1d82ffbafafd77d (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
{
    "naersk": {
        "branch": "master",
        "description": "Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: @nmattia]",
        "homepage": "",
        "owner": "nix-community",
        "repo": "naersk",
        "rev": "e8f9f8d037774becd82fce2781e1abdb7836d7df",
        "sha256": "0hca4awvh19xlgr2akf4hwn2c0jndxpzpzh3kyik73gqsvakxvs8",
        "type": "tarball",
        "url": "https://github.com/nix-community/naersk/archive/e8f9f8d037774becd82fce2781e1abdb7836d7df.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "nixpkgs": {
        "branch": "nixos-unstable",
        "description": "Nix Packages collection",
        "homepage": "",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "87d34a6b8982e901b8e50096b8e79ebc0e66cda0",
        "sha256": "0dqjw05vbdf6ahy71zag8gsbfcgrf7fxz3xkwqqwapl0qk9xk47a",
        "type": "tarball",
        "url": "https://github.com/NixOS/nixpkgs/archive/87d34a6b8982e901b8e50096b8e79ebc0e66cda0.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    }
}