More pkgs.lib -> lib fixes

This commit is contained in:
Shea Levy 2014-09-29 09:45:59 -04:00
parent 3f5dcaa577
commit f5aaefbb6c
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
with pkgs.lib;
with lib;
let
cfg = config.uim;

View file

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

View file

@ -1,8 +1,8 @@
# NixOS module for atftpd TFTP server
{ config, pkgs, ... }:
{ config, pkgs, lib, ... }:
with pkgs.lib;
with lib;
let