I need to be able to install a more recent version of terraform using the following package:
How can I use there exposed terraform_1 (that uses a more modern version) via environment.systemPackages ?
I have tried
environment.systemPackages = with pkgs; [
terraform.terraform_1
];
which gives the error: error: attribute 'terraform_1' missing,