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. # tcsd daemon.
{ config, pkgs, ... }: { config, pkgs, lib, ... }:
with pkgs.lib; with lib;
let let
cfg = config.services.tcsd; cfg = config.services.tcsd;

View File

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

View File

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