nixos/logkeys: fix evaluation

This commit is contained in:
Silvan Mosberger 2017-12-23 01:08:05 +01:00 committed by Orivej Desh
parent 36e02645eb
commit 0b0df8f9cf

View file

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