Skip to content

Commit

Permalink
fix(darwinConfigurations): add inputs to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
truelecter authored and blaggacao committed Jun 26, 2023
1 parent a057e2d commit 56c00ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocktypes/darwinConfigurations.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
fragment,
fragmentRelPath,
target,
inputs,
}: let
getString = o: (l.elemAt (l.splitString ["/"] fragmentRelPath) o);
host = (getString 0) + "-" + (getString 2);
Expand Down

0 comments on commit 56c00ff

Please sign in to comment.