Skip to content

Commit fa5c2cf

Browse files
authored
Merge pull request #169 from input-output-hk/fix-sourceInfo
fix(terraform): refer to sourceInfo attrs directly
2 parents fca89d8 + dca9e7c commit fa5c2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/terraform.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
type = with lib.types; attrsOf attrs;
454454
default =
455455
lib.mapAttrs (n: v: {
456-
inherit (v.sourceInfo) lastModified lastModifiedDate narHash;
456+
inherit (v) lastModified lastModifiedDate narHash;
457457

458458
rev =
459459
if v ? "rev"

0 commit comments

Comments
 (0)