base-hash

Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
Kiara Grouwstra 2025-10-19 22:27:06 +02:00
parent 28264801d7
commit 7bcc854ef1
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -33,12 +33,6 @@ provider "proxmox" {
} }
} }
# # FIXME move to host
# # FIXME add proxmox
# data "external" "base-hash" {
# program = ["sh", "-c", "echo \"{\\\"hash\\\":\\\"$(nix-hash ${path.module}/../common/nixos/base.nix)\\\"}\""]
# }
# # hash of our code directory, used to trigger re-deploy # # hash of our code directory, used to trigger re-deploy
# # FIXME calculate separately to reduce false positives # # FIXME calculate separately to reduce false positives
# data "external" "hash" { # data "external" "hash" {