Do not assign values to config.
This commit is contained in:
parent
019894965a
commit
eaf3bf45c5
19 changed files with 28 additions and 27 deletions
|
@ -1,16 +1,15 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
fn,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{
|
||||
config.machine.pkgsets.python3.pkgwrap = pkgs.python3.withPackages (
|
||||
machine.pkgsets.python3.pkgwrap = pkgs.python3.withPackages (
|
||||
ps: (fn.pkgFilter config.machine.pkgsets.python3.pkgs)
|
||||
);
|
||||
config.machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [
|
||||
machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [
|
||||
bpython
|
||||
flake8
|
||||
genanki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue