linode-cli on nix shell

main
Ricard Illa 2022-08-25 08:49:37 +02:00
parent 549ae38af5
commit c7b32af8be
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 1 deletions

View File

@ -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 = [ ];
};
});