Skip to content
Snippets Groups Projects
Commit 08b69356 authored by Tom Prince's avatar Tom Prince
Browse files

stuff

parent 795bda5d
No related branches found
No related tags found
No related merge requests found
let
arion-src' = {pkgs}: pkgs.fetchFromGitHub {
owner = "tp-la";
repo = "arion";
rev = "hack";
sha256 = "0wv4wbzzd926qm81h78v10wyhiaayx2jggpb1ijzk118a543sz84";
};
in
{ self ? ./.
, pkgs ? import ./nixpkgs-2105.nix {}
, lib ? pkgs.lib
, includeStorePaths ? false
, ourpkgs ? import ./nixpkgs-ps.nix {}
, arion-src ? pkgs.fetchFromGitHub {
owner = "tp-la";
repo = "arion";
rev = "hack";
sha256 = "0wv4wbzzd926qm81h78v10wyhiaayx2jggpb1ijzk118a543sz84";
}
, arion-src ? arion-src' { inherit pkgs; }
, arion-eval ? (import arion-src { inherit pkgs; }).arion.eval
}: rec {
inherit pkgs lib ourpkgs arion-src;
inherit pkgs lib ourpkgs arion-src arion-eval;
local-grid = "${self}/morph/grid/local";
arion-eval = args@{...}: import "${arion-src}/src/nix/eval-composition.nix" ({ inherit pkgs; } // args);
arion = arion-eval {
modules = [
"${local-grid}/arion-compose.nix"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment