flake: add openbao to devshell
Some checks failed
Run nix flake check / flake-check (push) Failing after 18m52s

This commit is contained in:
2026-02-01 22:12:52 +01:00
parent ace848b29c
commit 4133eafc4e

View File

@@ -380,6 +380,7 @@
packages = with pkgs; [
ansible
opentofu
openbao
(pkgs.callPackage ./scripts/create-host { })
];
};