We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff743f3 + c0c5fcc commit 63b9af6Copy full SHA for 63b9af6
terraform/install/main.tf
@@ -10,6 +10,6 @@ resource "null_resource" "nixos-remote" {
10
environment = {
11
SSH_PRIVATE_KEY = var.ssh_private_key
12
}
13
- command = "nix run --extra-experimental-features 'nix-command flakes' ${path.module}#nixos-anywhere -- ${local.nixos_anywhere_flags}"
+ command = "nix run --extra-experimental-features 'nix-command flakes' path:${path.module}/../..#nixos-anywhere -- ${local.nixos_anywhere_flags}"
14
15
0 commit comments