terustform/shell.nix
2024-04-07 15:26:15 +02:00

4 lines
118 B
Nix

{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
buildInputs = [ ];
packages = with pkgs; [ opentofu protobuf ];
}