Removed python.nix, everything is better with venv
This commit is contained in:
@@ -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
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user