Merge pull request #43863 from volth/unused4

[bot] nixos/*: remove unused arguments in lambdas
This commit is contained in:
Jörg Thalheim
2018-07-21 16:39:08 +01:00
committed by GitHub
279 changed files with 419 additions and 424 deletions
@@ -1,4 +1,4 @@
{ config, lib, pkgs, ...}:
{ config, lib, ...}:
let
inherit (lib) concatStringsSep mkOption types;