about summary refs log tree commit diff
path: root/pkgs/development/tools/packer/deps.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/packer/deps.nix')
-rw-r--r--pkgs/development/tools/packer/deps.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/tools/packer/deps.nix b/pkgs/development/tools/packer/deps.nix
deleted file mode 100644
index 544facda0159..000000000000
--- a/pkgs/development/tools/packer/deps.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-[
-  {
-    goPackagePath = "github.com/hashicorp/packer";
-    fetch = {
-      type = "git";
-      url = "https://github.com/hashicorp/packer";
-      rev = "07decf99adc272a386e3a013846248810d9aa690";
-      sha256 = "17rrzrlr48spadb9fymn1a0blqggs2mfmqbwfxs0pnw66mhd0fzz";
-    };
-  }
-]