Skip to content

Commit dca9e7c

Browse files
Pacman99johnalotoski
authored andcommitted
fix(terraform): refer to sourceInfo attrs directly
1 parent fca89d8 commit dca9e7c

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)