Skip to content

Commit 15e378a

Browse files
committed
Revert "fix: adjust packer plugin paths"
This reverts commit ab86993.
1 parent e2a1ea4 commit 15e378a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qemu-arm64-nix.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ variable "packer-execution-id" {
3939
packer {
4040
required_plugins {
4141
amazon = {
42-
source = "releases.hashicorp.com/packer-plugin-amazon"
42+
source = "github.com/hashicorp/amazon"
4343
version = "~> 1"
4444
}
4545
qemu = {
4646
version = "~> 1.0"
47-
source = "releases.hashicorp.com/packer-plugin-qemu"
47+
source = "github.com/hashicorp/qemu"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)