Removed python.nix, everything is better with venv

This commit is contained in:
2025-05-20 23:15:40 +03:00
parent 1f8d3db4f9
commit 6b37774d03

View File

@@ -1,8 +0,0 @@
let pkgs = import (fetchTarball "channel:nixpkgs-unstable") { };
in pkgs.mkShell {
packages =
[ (pkgs.python3.withPackages (python-pkgs: [ python-pkgs.py2cfg ])) ];
shellHook = ''
exec zsh
'';
}