IN-P1/shell.nix

6 lines
111 B
Nix
Raw Normal View History

2020-10-14 19:14:17 +02:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ python38Packages.scikitlearn ]; }