diff --git a/flake.nix b/flake.nix index abe7958..195a070 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,8 @@ let pkgs = nixpkgs.legacyPackages.${system}; in { devShell = pkgs.mkShell { - nativeBuildInputs = [ pkgs.bashInteractive pkgs.terraform ]; + nativeBuildInputs = + [ pkgs.bashInteractive pkgs.terraform pkgs.linode-cli ]; buildInputs = [ ]; }; });