diff options
Diffstat (limited to '')
-rw-r--r-- | nix/sources.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json new file mode 100644 index 0000000..6901586 --- /dev/null +++ b/nix/sources.json @@ -0,0 +1,14 @@ +{ + "naersk": { + "branch": "master", + "description": "Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: @Patryk27]", + "homepage": "", + "owner": "nix-community", + "repo": "naersk", + "rev": "69daaceebe12c070cd5ae69ba38f277bbf033695", + "sha256": "1ip749p9g0prmrwiz0845x9n4j9b39sdrzpi60s4yygy6qgc7262", + "type": "tarball", + "url": "https://github.com/nix-community/naersk/archive/69daaceebe12c070cd5ae69ba38f277bbf033695.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + } +} |