python: ignore collisions

This commit is contained in:
Jez Cope 2022-08-23 20:53:58 +01:00
parent 537dbe62a5
commit 8d853322bb
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ in {
home.packages = with pkgs;
let
python = python3.withPackages (py:
python = (python3.withPackages (py:
with py; [
ipython
sh
@ -38,7 +38,7 @@ in {
httpx
furl
jupyterlab
]);
])).override (args: { ignoreCollisions = true; });
ghc = haskellPackages.ghcWithPackages (pkgs: [ pkgs.tidal ]);
in [
httpie