There was an error while loading. Please reload this page.
1 parent 089d927 commit 76dd46aCopy full SHA for 76dd46a
1 file changed
flake.nix
@@ -57,6 +57,9 @@
57
tag = "v${version}";
58
};
59
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
63
openTofuVersions = builtins.fromJSON (builtins.readFile ./opentofu.json);
64
openTofuReleases = pkgs.lib.mapAttrs'
65
(
0 commit comments