Add shell.nix

This commit is contained in:
2021-03-15 18:19:52 +01:00
parent 1b8408dd14
commit 09caafc2cf

View File

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