Merge pull request #32991 from Infinisil/logkeys-fix

nixos/logkeys: fix evaluation
This commit is contained in:
Orivej Desh 2017-12-23 01:45:04 +00:00 committed by GitHub
commit 1a1ade6160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, lib, pkgs, ... }:
with lib;