Fix breakage after switching back from git to unstable channel.
This commit is contained in:
parent
bf80718916
commit
627a45c070
3 changed files with 6 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
|||
let
|
||||
gitpkgs = import /nixpkgs {};
|
||||
in {
|
||||
config.machine.pkgsets.python3.pkgwrap = (gitpkgs.python3Full.withPackages (ps: with ps; config.machine.pkgsets.python3.pkgs));
|
||||
config.machine.pkgsets.python3.pkgwrap = (pkgs.python3Full.withPackages (ps: with ps; config.machine.pkgsets.python3.pkgs));
|
||||
config.machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [
|
||||
GitPython
|
||||
bpython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue