Skip to content

Commit

Permalink
Inline
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent eafd49e commit 4292213
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nix/workbench/default.nix
Expand Up @@ -89,9 +89,6 @@ let
JSON = pkgs.writeText "all-profiles.json" (__toJSON (mapAttrs (_: x: x.value) value));
};

## profile-topology :: ProfileNix -> Topology -> Genesis
profile-topology-genesis = import ./genesis.nix { inherit pkgs; };

with-profile =
{ backend, profileName }:
let
Expand All @@ -106,7 +103,8 @@ let
topology = (import ./topology.nix { inherit pkgs; })
{ inherit profileNix profile; };

genesis = profile-topology-genesis { inherit profile; };
genesis = (import ./genesis.nix { inherit pkgs; })
{ inherit profile; };
in {
inherit
profileNix profile
Expand Down

0 comments on commit 4292213

Please sign in to comment.