actualiza shenv y cambia versión de nix

This commit is contained in:
Fabián Montero 2022-11-29 12:33:51 -06:00
parent 325e5f47c5
commit 6991b9f67f
3 changed files with 4 additions and 14 deletions

View file

@ -9,6 +9,7 @@
numpy
pandas
scipy
setuptools
]))
];
}

View file

@ -1,11 +0,0 @@
{pkgs, ... }:
{
static = true;
packages = with pkgs; [
pipenv
(python310.withPackages ( packages: with packages; [
setuptools
]))
];
}