adapter-parser/shell.nix

6 lines
110 B
Nix
Raw Permalink Normal View History

2021-11-13 12:50:20 +01:00
{ pkgs ? import <nixpkgs> { } }:
2021-11-13 12:46:53 +01:00
with pkgs;
mkShell { buildInputs = [ python39 python39Packages.pandas ]; }