nix: use common formatting on inherit keyword.

This commit is contained in:
Marcin Kuzminski 2018-10-24 11:39:52 +02:00
parent 90b73cd56f
commit d943065038
2 changed files with 18 additions and 5 deletions

View file

@ -50,7 +50,10 @@ let
nixFile = "${path}/default.nix";
derivate = import "${nixFile}" {
inherit doCheck pkgs pythonPackages;
inherit
doCheck
pkgs
pythonPackages;
};
in
pkgs.lib.lists.optionals doIt (