1 2 3 4 5 6 7 8 9
with import <nixpkgs> {}; mkShell { name = "nix-build-ephemeral dev"; buildInputs = with pkgs; [ python3 doctl ]; }