Add shell.nix

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

View File

@@ -2,8 +2,4 @@
with pkgs;
mkShell {
buildInputs = [
];
}
mkShell { buildInputs = [ python39 python39Packages.pandas ]; }