mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
12 lines
282 B
Nix
12 lines
282 B
Nix
[
|
|
{
|
|
goPackagePath = "github.com/hashicorp/packer";
|
|
fetch = {
|
|
type = "git";
|
|
url = "https://github.com/hashicorp/packer";
|
|
rev = "07decf99adc272a386e3a013846248810d9aa690";
|
|
sha256 = "17rrzrlr48spadb9fymn1a0blqggs2mfmqbwfxs0pnw66mhd0fzz";
|
|
};
|
|
}
|
|
]
|