about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-12-14T02·18-0500
committerGriffin Smith <grfn@gws.fyi>2021-12-14T02·32-0500
commit479e9ea279a157d81964a9b8cc97423b484921e6 (patch)
tree20906a2482eb8233f1303b10defa12b8fb3f52bc /third_party
parenta8ef116421909cc8003332d314b3aed651655fe4 (diff)
feat(third_party/arion): Init r/3232
Change-Id: Iadf53a3cfa8ed6e7c55b3681d813239cd95bd29e
Diffstat (limited to 'third_party')
-rw-r--r--third_party/arion/OWNERS3
-rw-r--r--third_party/arion/default.nix8
2 files changed, 11 insertions, 0 deletions
diff --git a/third_party/arion/OWNERS b/third_party/arion/OWNERS
new file mode 100644
index 0000000000..79a422fcde
--- /dev/null
+++ b/third_party/arion/OWNERS
@@ -0,0 +1,3 @@
+inherit: true
+owners:
+ - grfn
diff --git a/third_party/arion/default.nix b/third_party/arion/default.nix
new file mode 100644
index 0000000000..16cd92ea3f
--- /dev/null
+++ b/third_party/arion/default.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }:
+
+(import (pkgs.fetchFromGitHub {
+  owner = "hercules-ci";
+  repo = "arion";
+  rev = "db6d4d7490dff363de60cebbece3ae9361e3ce43";
+  sha256 = "0d8nqmc7fjshigax2g47ips262v8ml27x0ksq59kmprgb7ckzi5l";
+}) { inherit pkgs; }).arion