From 1e1f021f22f82a2e261a8fcf802d5bd744e2489b Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 24 Apr 2021 15:45:15 +0200 Subject: Move to new apply script --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..bc9621b --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? import {}, pythonPackages ? pkgs.python38Packages }: + +pkgs.mkShell { + buildInputs = with pythonPackages; [ + pyyaml + ]; +} -- cgit v1.2.3