about summary refs log tree commit diff
path: root/third_party/arion/default.nix
blob: 16cd92ea3f4860519197ec5bee28b3f7a4b1f02e (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:

(import (pkgs.fetchFromGitHub {
  owner = "hercules-ci";
  repo = "arion";
  rev = "db6d4d7490dff363de60cebbece3ae9361e3ce43";
  sha256 = "0d8nqmc7fjshigax2g47ips262v8ml27x0ksq59kmprgb7ckzi5l";
}) { inherit pkgs; }).arion