Format project using nixfmt rfc candidate.
This commit is contained in:
parent
1f63817684
commit
a9f7fe416f
91 changed files with 1347 additions and 1000 deletions
|
@ -5,8 +5,11 @@
|
|||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
config.machine.pkgsets.python3.pkgwrap = pkgs.python3.withPackages (ps: (fn.pkgFilter config.machine.pkgsets.python3.pkgs));
|
||||
with lib;
|
||||
{
|
||||
config.machine.pkgsets.python3.pkgwrap = pkgs.python3.withPackages (
|
||||
ps: (fn.pkgFilter config.machine.pkgsets.python3.pkgs)
|
||||
);
|
||||
config.machine.pkgsets.python3.pkgs = with pkgs.python3Packages; [
|
||||
bpython
|
||||
flake8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue