IN-P3/shell.nix

6 lines
117 B
Nix
Raw Normal View History

2020-12-31 01:56:28 +01:00
{ pkgs ? import <nixpkgs> { } }:
2020-12-16 17:55:31 +01:00
with pkgs;
mkShell { buildInputs = [ python38 python38Packages.pandas poetry ]; }