summary refs log tree commit diff
path: root/fleet/nix/sources.json
diff options
context:
space:
mode:
authorV <v@unfathomable.blue>2021-08-19 22:10:03 +0200
committerV <v@unfathomable.blue>2021-08-21 07:06:30 +0200
commitec4ff9199b75926fc0bed56f027035446ae7d021 (patch)
treebfb0982d010828cc2631a195ec16b8e08f261739 /fleet/nix/sources.json
parent7072571a0ee7ea217564ea0788d611d5c8eeadbc (diff)
fleet/pkgs/naut: a little commit notification bot
After a couple of days wrangling Rust's async ecosystem, we now have
an IRC bot that will announce new commits. This should hopefully give
people a better view into what we're working on!

Change-Id: Ie7b3be62afca3ad2a10cb04c15ff666c62408fa2
Diffstat (limited to 'fleet/nix/sources.json')
-rw-r--r--fleet/nix/sources.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/fleet/nix/sources.json b/fleet/nix/sources.json
new file mode 100644
index 0000000..e2e2f45
--- /dev/null
+++ b/fleet/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: @nmattia]",
+        "homepage": "",
+        "owner": "nix-community",
+        "repo": "naersk",
+        "rev": "e09c320446c5c2516d430803f7b19f5833781337",
+        "sha256": "0k1pk2ixnxl6njjrgy750gm6m1nkkdsah383n3wp4ybrzacnav5h",
+        "type": "tarball",
+        "url": "https://github.com/nix-community/naersk/archive/e09c320446c5c2516d430803f7b19f5833781337.tar.gz",
+        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+    }
+}