0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

[bot] nixos/*: remove unused arguments in lambdas

This commit is contained in:
volth 2018-07-20 20:56:59 +00:00
parent 1a6af9f88e
commit 2e979e8ceb
279 changed files with 419 additions and 424 deletions

View file

@ -7,7 +7,7 @@ import ./make-test.nix ({ pkgs, ...} : {
enableOCR = true;
machine =
{ config, pkgs, ... }:
{ ... }:
{ imports = [ ./common/x11.nix ];
services.emacs = {