summaryrefslogtreecommitdiff
path: root/nix/sources.json
diff options
context:
space:
mode:
authorstuebinm2022-06-05 10:05:46 +0200
committerstuebinm2022-06-05 10:05:46 +0200
commit8e2213d802d74c5df3429b7e29be6b3b3fa0ba78 (patch)
tree731247d557dc4c0c8695996b07d04fef9c6d714d /nix/sources.json
parent46b32e7df4d9ff89674217944b1f301c46e20e3a (diff)
add naersk / nix build
Diffstat (limited to 'nix/sources.json')
-rw-r--r--nix/sources.json14
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"
+ }
+}