mirror of
https://github.com/Noratrieb/terustform.git
synced 2026-01-14 08:30:13 +01:00
4 lines
118 B
Nix
4 lines
118 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
buildInputs = [ ];
|
|
packages = with pkgs; [ opentofu protobuf ];
|
|
}
|