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

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