update flake

This commit is contained in:
Denis Lehmann 2021-04-21 18:09:23 +02:00
parent a6e3d6a742
commit 51ae933bd2

View file

@ -50,15 +50,6 @@
python3Packages.toml
];
shellHook = ''
if [ ! -d .venv ]; then
python -m venv .venv
fi
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
'';
};
}