Skip to content

Commit

Permalink
fix glibc woes
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 23, 2024
1 parent 0fde8ee commit 5dd94c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
languages.rust.enable = true;
# for docs
languages.python.enable = true;
# it breaks glibc
languages.python.manylinux.enable = false;
# speed it up
languages.python.uv.enable = true;
languages.python.venv.enable = true;
Expand Down

0 comments on commit 5dd94c4

Please sign in to comment.