mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-23 09:38:12 +03:00
7 lines
141 B
Nix
7 lines
141 B
Nix
{ pkgs ? import ./nix {}
|
|
, haskellPackages ? pkgs.haskellPackages
|
|
}:
|
|
{
|
|
arion = import ./nix/arion.nix { inherit pkgs haskellPackages; };
|
|
}
|