Skip to content

Commit

Permalink
Not used
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaste committed Aug 8, 2022
1 parent e7c8bba commit 0cb6a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion nix/workbench/default.nix
Expand Up @@ -105,7 +105,7 @@ let
or (throw "No such profile: ${profileName}; Known profiles: ${toString (__attrNames ps.value)}");

profile = materialise-profile
{ inherit profileNix workbench;
{ inherit profileNix;
backendProfile = backend.materialise-profile { inherit profileNix; };
};

Expand Down
1 change: 0 additions & 1 deletion nix/workbench/profile.nix
Expand Up @@ -3,7 +3,6 @@ with lib;

{ profileNix
, backendProfile ## Backend-specific results for forwarding
, workbench
}:
pkgs.runCommand "workbench-profile-output-${profileNix.name}"
{ buildInputs = [];
Expand Down

0 comments on commit 0cb6a3c

Please sign in to comment.