feat(third_party/arion): Init

Change-Id: Iadf53a3cfa8ed6e7c55b3681d813239cd95bd29e
This commit is contained in:
Griffin Smith 2021-12-13 21:18:30 -05:00
parent a8ef116421
commit 479e9ea279
2 changed files with 11 additions and 0 deletions

3
third_party/arion/OWNERS vendored Normal file
View file

@ -0,0 +1,3 @@
inherit: true
owners:
- grfn

8
third_party/arion/default.nix vendored Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
(import (pkgs.fetchFromGitHub {
owner = "hercules-ci";
repo = "arion";
rev = "db6d4d7490dff363de60cebbece3ae9361e3ce43";
sha256 = "0d8nqmc7fjshigax2g47ips262v8ml27x0ksq59kmprgb7ckzi5l";
}) { inherit pkgs; }).arion