diff options
author | Florian Klink <flokli@flokli.de> | 2024-03-20T13·19+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-22T13·31+0000 |
commit | 3281fb9132c815c9a017e8ecd1e49b91b6cb92ff (patch) | |
tree | be3236ab603e84bb095d9d934b2c7ad80984af7a /ops/terraform/deploy-nixos/main.tf | |
parent | 798f8b9d43afa9289a4dc6db004d6958293c67fc (diff) |
docs(ops/terraform/deploy-nixos): document inputs and outputs r/7760
This documents the input and output format, and also removes some references to Terraform and evaluating NixOS system configurations. It can be used to evaluate anything. Change-Id: I8492cc3e386f89b299469c78e586644ee82a708f Reviewed-on: https://cl.tvl.fyi/c/depot/+/11213 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/terraform/deploy-nixos/main.tf')
-rw-r--r-- | ops/terraform/deploy-nixos/main.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/terraform/deploy-nixos/main.tf b/ops/terraform/deploy-nixos/main.tf index 00023fba69b2..50278b248ed1 100644 --- a/ops/terraform/deploy-nixos/main.tf +++ b/ops/terraform/deploy-nixos/main.tf @@ -53,7 +53,7 @@ variable "triggers" { # Fetch the derivation hash for the NixOS system. data "external" "nixos_system" { - program = ["${path.module}/nixos-eval.sh"] + program = ["${path.module}/nix-eval.sh"] query = { attrpath = var.attrpath |