nix: use common formatting on inherit keyword.
This commit is contained in:
parent
90b73cd56f
commit
d943065038
2 changed files with 18 additions and 5 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue