1
0
mirror of https://github.com/IHaskell/IHaskell.git synced 2025-04-26 12:06:06 +00:00

3 lines
146 B
Nix

let nixpkgs = import <nixpkgs> {};
in nixpkgs.mkShell { buildInputs = [ (nixpkgs.python3.withPackages (p: [ p.jupyterlab ] )) nixpkgs.nodejs ]; }