pkgsets: Use pkgFilter on more pkgsets.
This commit is contained in:
parent
630270f8d0
commit
99b03ba9e1
3 changed files with 9 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
fn = import ../fn.nix { inherit lib; };
|
||||
gitpkgs = import /nixpkgs {};
|
||||
in {
|
||||
config.machine.pkgsets.python3.pkgwrap = (pkgs.python38Full.withPackages (ps: with ps; config.machine.pkgsets.python3.pkgs));
|
||||
config.machine.pkgsets.python3.pkgwrap = (pkgs.python38Full.withPackages (ps: with ps; (fn.pkgFilter config.machine.pkgsets.python3.pkgs)));
|
||||
config.machine.pkgsets.python3.pkgs = with pkgs.python38Packages; [
|
||||
GitPython
|
||||
bpython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue