Some pkgs.lib -> lib fixes

This commit is contained in:
Rickard Nilsson 2014-08-25 14:40:40 +02:00
parent d2539605e1
commit 8c78986553
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# tcsd daemon.
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
with pkgs.lib;
with lib;
let
cfg = config.services.tcsd;

View file

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

View file

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