IN-P1/shell.nix

6 lines
111 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ python38Packages.scikitlearn ]; }