Skip to content

Commit

Permalink
feat: skip fods
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin van der Veen committed Jun 13, 2024
1 parent ddfa597 commit db8b500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nix/describe_derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ in
targetValue;
outputs = map (name: { inherit name; output_path = lib.safePlatformDrvEval targetSystem (drv: drv.outPath) targetValue.${name}; }) (targetValue.outputs or [ ]);
build_inputs =
if targetValue ? outputHash then [ ] else
nixpkgs.lib.concatMap
({ name, value }:
if nixpkgs.lib.isDerivation value then
Expand Down

0 comments on commit db8b500

Please sign in to comment.