Add shell.nix

This commit is contained in:
coolneng 2021-03-15 18:19:52 +01:00
parent 1b8408dd14
commit 09caafc2cf
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs = [
];
}
mkShell { buildInputs = [ python39 python39Packages.pandas ]; }