From 7f72a720438722288000caed591ffcd2f60c8469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 31 Jan 2026 16:12:49 +0100 Subject: [PATCH] flake: add opentofu to devshell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9243cad..779eabb 100644 --- a/flake.nix +++ b/flake.nix @@ -325,6 +325,7 @@ default = pkgs.mkShell { packages = with pkgs; [ ansible + opentofu python3 ]; };