From e3409ce6b751fa92a98000ca4a2225b2ed10fdee Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 14 Sep 2022 17:25:16 +0200 Subject: New way to deploy Garage --- shell.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..a253897 --- /dev/null +++ b/shell.nix @@ -0,0 +1,12 @@ +{ pkgs ? import {} }: + pkgs.mkShell { + nativeBuildInputs = [ + pkgs.python310 + pkgs.python310Packages.pyyaml + pkgs.python310Packages.requests + + # to test the pip setup + pkgs.python310Packages.pip + pkgs.python310Packages.setuptools + ]; +} -- cgit v1.2.3