drop duplicate terraform buildinput from shell

This commit is contained in:
Jörg Thalheim 2022-05-15 17:16:58 +02:00
parent e619ff1dda
commit fc6691635d
No known key found for this signature in database

View file

@ -9,7 +9,6 @@ mkShell {
];
buildInputs = with pkgs; [
terraform
(terraform.withPlugins (
p: [
p.cloudflare