diff --git a/packages.nix b/packages.nix index 466225f..cfdcc67 100644 --- a/packages.nix +++ b/packages.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: let + nonfree = import { config.allowUnfree = true; }; unstable = import {}; unstable-nonfree = import { config.allowUnfree = true; }; emacsWithImagemagick = (unstable.emacs.override { @@ -64,7 +65,7 @@ in { spice spice-gtk - (python3.withPackages(ps: with ps; [ + (nonfree.python3.withPackages(ps: with ps; [ ipython pillow opencv3 torchvision PyGithub