Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions develop.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
with (import <nixpkgs> {});
with python310Packages;
with python311Packages;
stdenv.mkDerivation {
name = "pip-env";
buildInputs = [
# System requirements.
readline

# Python requirements (enough to get a virtualenv going).
python310Full
python311
virtualenv
setuptools
pyqt5
Expand Down