Skip to content

Commit 76dd46a

Browse files
committed
Add a comment about the command used to compute the hash
1 parent 089d927 commit 76dd46a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
tag = "v${version}";
5858
};
5959
};
60+
# INFO: The hashes in the JSON file were computed with the following command:
61+
#
62+
# nix flake prefetch github:opentofu/opentofu?ref=v1.10.1
6063
openTofuVersions = builtins.fromJSON (builtins.readFile ./opentofu.json);
6164
openTofuReleases = pkgs.lib.mapAttrs'
6265
(

0 commit comments

Comments
 (0)