diff options
author | Cara Salter <cara@devcara.com> | 2022-08-13 16:47:10 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-08-13 16:48:25 -0400 |
commit | bc8d4d7e6dbc4954afc53abc80f597b94e816bf3 (patch) | |
tree | 68e8373e162d32f32a936c9cf2ee20e0c6c52a81 /nix/sources.json | |
parent | f05eb9e87ce3f8f72126e82299f32b940e3b29f0 (diff) | |
download | site-bc8d4d7e6dbc4954afc53abc80f597b94e816bf3.tar.gz site-bc8d4d7e6dbc4954afc53abc80f597b94e816bf3.zip |
no nix
Diffstat (limited to 'nix/sources.json')
-rw-r--r-- | nix/sources.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/nix/sources.json b/nix/sources.json deleted file mode 100644 index 1a3725a..0000000 --- a/nix/sources.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "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" - } -} |