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 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, lib, ... }:
with lib;
{
+1 -1
View File
@@ -1,6 +1,6 @@
# This module provides configuration for the OATH PAM modules.
{ config, lib, pkgs, ... }:
{ lib, ... }:
with lib;