From 1f244e38596ea8134b4e19739fb76265b7df4a47 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 28 Nov 2022 12:27:05 -0500 Subject: init working --- shell.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..480dc89 --- /dev/null +++ b/shell.nix @@ -0,0 +1,9 @@ +with import {}; + +mkShell { + name = "nix-build-ephemeral dev"; + buildInputs = with pkgs; [ + python3 + doctl + ]; +} -- cgit v1.2.3