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 let
cfg = config.uim; cfg = config.uim;

View File

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

View File

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