diff options
author | Cara Salter <cara@devcara.com> | 2022-02-28 09:34:37 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-02-28 09:34:37 -0500 |
commit | d6126294bf27c93e0f05cbd3129e9b20493db6d0 (patch) | |
tree | 9643f07b01d05449ca9fdcfb5b9076b747f7a5e8 /nix/sources.json | |
parent | a610350e7e012a790e63fb86cbcb61effb041105 (diff) | |
download | site-d6126294bf27c93e0f05cbd3129e9b20493db6d0.tar.gz site-d6126294bf27c93e0f05cbd3129e9b20493db6d0.zip |
Nix and updated templates
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..1a3725a --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,50 @@ +{ + "naersk": { + "branch": "master", + "description": "Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: ???]", + "homepage": "", + "owner": "nmattia", + "repo": "naersk", + "rev": "2fc8ce9d3c025d59fee349c1f80be9785049d653", + "sha256": "1jhagazh69w7jfbrchhdss54salxc66ap1a1yd7xasc92vr0qsx4", + "type": "tarball", + "url": "https://github.com/nmattia/naersk/archive/2fc8ce9d3c025d59fee349c1f80be9785049d653.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "niv": { + "branch": "master", + "description": "Easy dependency management for Nix projects", + "homepage": "https://github.com/nmattia/niv", + "owner": "nmattia", + "repo": "niv", + "rev": "9cb7ef336bb71fd1ca84fc7f2dff15ef4b033f2a", + "sha256": "1ajyqr8zka1zlb25jx1v4xys3zqmdy3prbm1vxlid6ah27a8qnzh", + "type": "tarball", + "url": "https://github.com/nmattia/niv/archive/9cb7ef336bb71fd1ca84fc7f2dff15ef4b033f2a.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "nixpkgs": { + "branch": "release-20.03", + "description": "Nix Packages collection", + "homepage": "", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "eb73405ecceb1dc505b7cbbd234f8f94165e2696", + "sha256": "06k21wbyhhvq2f1xczszh3c2934p0m02by3l2ixvd6nkwrqklax7", + "type": "tarball", + "url": "https://github.com/NixOS/nixpkgs/archive/eb73405ecceb1dc505b7cbbd234f8f94165e2696.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, + "nixpkgs-mozilla": { + "branch": "master", + "description": "Mozilla overlay for Nixpkgs.", + "homepage": "", + "owner": "mozilla", + "repo": "nixpkgs-mozilla", + "rev": "f233fdc4ff6ba2ffeb1e3e3cd6d63bb1297d6996", + "sha256": "1rzz03h0b38l5sg61rmfvzpbmbd5fn2jsi1ccvq22rb76s1nbh8i", + "type": "tarball", + "url": "https://github.com/mozilla/nixpkgs-mozilla/archive/f233fdc4ff6ba2ffeb1e3e3cd6d63bb1297d6996.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |