From 09caafc2cfe76ca47f7ae3474539ef7179af6340 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 15 Mar 2021 18:19:52 +0100 Subject: [PATCH] Add shell.nix --- shell.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 81c823e..ab1fe93 100644 --- a/shell.nix +++ b/shell.nix @@ -1,9 +1,5 @@ -{ pkgs ? import {} }: +{ pkgs ? import { } }: with pkgs; -mkShell { - buildInputs = [ - - ]; -} +mkShell { buildInputs = [ python39 python39Packages.pandas ]; }